mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 10:04:59 +00:00
fixed path issue with export zips
This commit is contained in:
parent
9e4bd93b64
commit
30ac986c91
4
.github/workflows/game_web_ci.yml
vendored
4
.github/workflows/game_web_ci.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: game_linux
|
||||
path: build/linux/game_linux.zip
|
||||
path: game_linux.zip
|
||||
windows:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
@ -104,7 +104,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: game_windows
|
||||
path: build/windows/game_windows.zip
|
||||
path: game_windows.zip
|
||||
release:
|
||||
needs: [web, linux, windows]
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user