fix: dependency for file interaction and windows compression

This commit is contained in:
theoleuthardt 2025-03-13 14:57:06 +01:00
parent 2402e59659
commit 41e7843889
3 changed files with 18 additions and 19 deletions

View file

@ -110,7 +110,7 @@ jobs:
if: runner.os == 'Windows'
run: |
cd ${{ steps.get-output-dir.outputs.output_dir }}
Compress-Archive -Path .\* -DestinationPath ..\DinoGame-Windows.zip
Compress-Archive -Path .\* -DestinationPath ..\..\DinoGame-Windows.zip
shell: powershell
- name: List files after zipping
@ -123,7 +123,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: DinoGame-${{ runner.os }}
path: ${{ steps.get-output-dir.outputs.output_dir }}/DinoGame-Windows.zip
path: DinoGame-${{ runner.os }}.zip
release:
needs: build