mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 09:27:57 +00:00
fix: windows artifact directory
This commit is contained in:
parent
e138c44616
commit
d5060f7552
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -119,12 +119,11 @@ jobs:
|
||||||
dir ..
|
dir ..
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: DinoGame-${{ runner.os }}
|
name: DinoGame-${{ runner.os }}
|
||||||
path: ..\DinoGame-${{ runner.os }}.zip
|
path: ${{ steps.get-output-dir.outputs.output_dir }}/DinoGame-Windows.zip
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue