File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 # well on Windows or Mac. You can convert this to a matrix build if you need
1414 # cross-platform coverage.
1515 # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
16- runs-on : ubuntu-22 .04
17- steps :
18- - name : Install gettext
19- run : sudo apt-get update && sudo apt-get install -y gettext
16+ runs-on : ubuntu-24 .04
17+ steps :
18+ - name : Install gettext
19+ run : sudo apt-get update && sudo apt-get install -y gettext
2020
21- - name : Checkout
22- uses : actions/checkout@v4
21+ - name : Checkout
22+ uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525
@@ -50,10 +50,10 @@ jobs:
5050 - name : Build
5151 working-directory : ${{github.workspace}}
5252 shell : bash
53- run : cd android-project && ./gradlew assembleRelease -Pcmakearg0="-DHELLFIRE=ON" -Pcmakearg1="" -Pcmakearg2=""
54-
55- - name : Upload-Package
56- uses : actions/upload-artifact@v4
53+ run : cd android-project && ./gradlew assembleRelease -Pcmakearg0="-DHELLFIRE=ON" -Pcmakearg1="" -Pcmakearg2=""
54+
55+ - name : Upload-Package
56+ uses : actions/upload-artifact@v4
5757 with :
5858 # name: devilutionx-debug.apk
5959 # path: android-project/app/build/outputs/apk/debug/app-debug.apk
You can’t perform that action at this time.
0 commit comments