mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-23 13:01:38 -08:00
Fixed deploy CI, again
This commit is contained in:
parent
fb200c6d11
commit
b271c4be32
2 changed files with 4 additions and 2 deletions
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
|
|
@ -50,12 +50,12 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: desktop/libs/Mindustry.jar
|
||||
file: desktop/build/libs/Mindustry.jar
|
||||
tag: ${{ github.ref }}
|
||||
- name: Upload server artifacts
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: server/libs/server-release.jar
|
||||
file: server/build/libs/server-release.jar
|
||||
tag: ${{ github.ref }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue