mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
Fix uploading build from GitHub Actions
This commit is contained in:
parent
1fc1ccc3c2
commit
00b5ebaf7b
1 changed files with 3 additions and 4 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Linux
|
||||
path: build/*.zip
|
||||
path: engine/build/*.zip
|
||||
windows:
|
||||
name: Windows
|
||||
runs-on: windows-2019
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Windows
|
||||
path: build/*.zip
|
||||
path: engine/build/*.zip
|
||||
macos:
|
||||
name: macOS
|
||||
runs-on: macos-10.15
|
||||
|
@ -46,5 +46,4 @@ jobs:
|
|||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: macOS
|
||||
path: build/*.zip
|
||||
|
||||
path: engine/build/*.zip
|
||||
|
|
Loading…
Reference in a new issue