Skip to content

Commit 7e9e25b

Browse files
committed
Merge branch 'master' of https://github.com/pionere/devilutionX into android
2 parents c164b8b + f902169 commit 7e9e25b

File tree

115 files changed

+5769
-3141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+5769
-3141
lines changed

.github/workflows/cmake.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ 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-22.04
17+
steps:
18+
- name: Install gettext
19+
run: sudo apt-get update && sudo apt-get install -y gettext
2020

2121
- name: Checkout
2222
uses: actions/checkout@v4
@@ -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@v3
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

0 commit comments

Comments
 (0)