Compare commits

..

No commits in common. "f2857bdece93437212bdb9bece3407725b1931ec" and "9f6ae0e6b5184f6658558ede7d43e42255b3faf5" have entirely different histories.

2 changed files with 4 additions and 20 deletions

View File

@ -33,14 +33,6 @@ jobs:
java-version: '17'
cache: 'gradle'
- name: Cache Gradle
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}
- name: Get app version
id: get_version
run: echo "VERSION_NAME=$(grep -m1 "versionName" app/build.gradle | awk '{print $2}' | tr -d \''"\')" >> $GITHUB_ENV
@ -55,9 +47,9 @@ jobs:
run: ./gradlew assembleRelease
- name: Upload artifacts
uses: actions/upload-artifact@v3 # not v4 because of GHES
uses: christopherhx/gitea-upload-artifact@v4
with:
name: wulkanowy_mod_release.apk
name: apks
path: |
app/build/outputs/**/*-release-unsigned.apk

View File

@ -33,14 +33,6 @@ jobs:
java-version: '17'
cache: 'gradle'
- name: Cache Gradle
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}
- name: Get app version
id: get_version
run: echo "VERSION_NAME=$(grep -m1 "versionName" app/build.gradle | awk '{print $2}' | tr -d \''"\')" >> $GITHUB_ENV
@ -55,8 +47,8 @@ jobs:
run: ./gradlew assembleDebug
- name: Upload artifacts
uses: actions/upload-artifact@v3 # not v4 because of GHES
uses: christopherhx/gitea-upload-artifact@v4
with:
name: wulkanowy_mod_debug.apk
name: apks
path: |
app/build/outputs/**/*-debug.apk