mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-21 01:37:13 +07:00
Fixed deploy CI, again
This commit is contained in:
parent
fb200c6d11
commit
b271c4be32
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 }}
|
||||
|
||||
|
2
fastlane/metadata/android/en-US/changelogs/29726.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/29726.txt
Normal file
@ -0,0 +1,2 @@
|
||||
- Fixed broken blocks increasing exponentially, leading to runaway memory usage/lag
|
||||
- Fixed incorrect planet dialog layout on certain devices
|
Loading…
Reference in New Issue
Block a user