mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 09:27:57 +00:00
fix: dependency for file interaction and windows compression
This commit is contained in:
parent
2402e59659
commit
41e7843889
3 changed files with 18 additions and 19 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue