1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-18 22:37:45 +00:00

Add required Powershell -Path argument

This commit is contained in:
Joshua Goins 2024-04-24 23:23:00 -04:00
parent c089b64bc7
commit 1e5ae7d1d9

View file

@ -298,7 +298,7 @@ jobs:
- name: Cleanup bin files
if: runner.os == 'Windows'
run: |
rm ${{ steps.strings.outputs.build-output-dir }}/bin/Release
rm -Path ${{ steps.strings.outputs.build-output-dir }}/bin/Release
- name: Archive artifacts
uses: actions/upload-artifact@v4