mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-28 17:06:34 +03:00
Fixed deploy CI, again
This commit is contained in:
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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user