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:
parent
c089b64bc7
commit
1e5ae7d1d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-multi-platform.yml
vendored
2
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue