1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-19 20:37:28 +03:00

Fixed deploy CI, again

This commit is contained in:
Anuken 2020-11-25 11:09:29 -05:00
parent fb200c6d11
commit b271c4be32
2 changed files with 4 additions and 2 deletions

View File

@ -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 }}

View File

@ -0,0 +1,2 @@
- Fixed broken blocks increasing exponentially, leading to runaway memory usage/lag
- Fixed incorrect planet dialog layout on certain devices