forked from github/wulkanowy-mirror
Compare commits
2 Commits
4bd95237c6
...
36d9e02de7
Author | SHA1 | Date | |
---|---|---|---|
36d9e02de7 | |||
ebe6bf1cc0 |
@ -1,4 +1,4 @@
|
|||||||
name: Generate debug APK
|
name: Generate APK
|
||||||
|
|
||||||
env:
|
env:
|
||||||
main_project_module: app
|
main_project_module: app
|
||||||
@ -51,15 +51,15 @@ jobs:
|
|||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
|
|
||||||
- name: Build release APK
|
- name: Build debug APK
|
||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleDebug
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3 # not v4 because of GHES
|
uses: actions/upload-artifact@v3 # not v4 because of GHES
|
||||||
with:
|
with:
|
||||||
name: wulkanowy_mod_release_builds
|
name: wulkanowy_mod_debug_builds
|
||||||
path: |
|
path: |
|
||||||
app/build/outputs/**/*-release-unsigned.apk
|
app/build/outputs/**/*-debug.apk
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
NODE_OPTIONS: '--experimental-fetch'
|
NODE_OPTIONS: '--experimental-fetch'
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
app/build/outputs/**/*-release-unsigned.apk
|
app/build/outputs/**/*-debug.apk
|
||||||
|
|
||||||
name: Release ${{ env.VERSION_NAME }} (${{ env.date_today }})
|
name: Release ${{ env.VERSION_NAME }} (${{ env.date_today }})
|
||||||
tag_name: v${{ env.VERSION_NAME }}
|
tag_name: v${{ env.VERSION_NAME }}
|
@ -1,62 +0,0 @@
|
|||||||
name: Generate debug APK
|
|
||||||
|
|
||||||
env:
|
|
||||||
main_project_module: app
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'develop'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
env:
|
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout the repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Set current date as env variable
|
|
||||||
run: echo "date_today=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Set repository name as env variable
|
|
||||||
run: echo "repository_name=$(echo '${{ gitea.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Set up JDK
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
distribution: 'zulu' # See 'Supported distributions' for available options
|
|
||||||
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
|
|
||||||
|
|
||||||
- name: Change wrapper permissions
|
|
||||||
run: chmod +x ./gradlew
|
|
||||||
|
|
||||||
- name: Setup Android SDK
|
|
||||||
uses: android-actions/setup-android@v3
|
|
||||||
|
|
||||||
- name: Build debug APK
|
|
||||||
run: ./gradlew assembleDebug
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v3 # not v4 because of GHES
|
|
||||||
with:
|
|
||||||
name: wulkanowy_mod_debug_builds
|
|
||||||
path: |
|
|
||||||
app/build/outputs/**/*-debug.apk
|
|
@ -25,17 +25,9 @@ Chcete-li se dostat na skrytý panel:
|
|||||||
| `*-hms-*.apk` | Huawei AppGallery |
|
| `*-hms-*.apk` | Huawei AppGallery |
|
||||||
| `*-play-*.apk` | Play Store |
|
| `*-play-*.apk` | Play Store |
|
||||||
|
|
||||||
1. Vydaná verze (**doporučeno pro většinu uživatelů**):
|
|
||||||
|
|
||||||
Stáhněte si vybranou verzi z [releases](https://git.sador.me/sadorowo/wulkanowy-mod/releases).
|
Stáhněte si vybranou verzi z [releases](https://git.sador.me/sadorowo/wulkanowy-mod/releases).
|
||||||
Doporučujeme stáhnout nejnovější dostupnou verzi.
|
Doporučujeme stáhnout nejnovější dostupnou verzi.
|
||||||
|
|
||||||
2. Verze ladění (pro lidi, kteří chtějí ladit aplikaci, zejména požadavky na server VULCAN):
|
|
||||||
|
|
||||||
Přejděte [sem](https://git.sador.me/sadorowo/wulkanowy-mod/actions?workflow=build_android_debug.yml).
|
|
||||||
Přejděte na první výsledek shora nebo vyberte verzi DEV, kterou chcete stáhnout.
|
|
||||||
Stáhněte si vybranou verzi ze souborů vygenerovaných při sestavování aplikace.
|
|
||||||
|
|
||||||
# O projektu Wulkanowy
|
# O projektu Wulkanowy
|
||||||
|
|
||||||
Chcete si přečíst více o projektu Wulkanowy? [Klikněte sem](https://github.com/wulkanowy/wulkanowy)
|
Chcete si přečíst více o projektu Wulkanowy? [Klikněte sem](https://github.com/wulkanowy/wulkanowy)
|
10
README.de.md
10
README.de.md
@ -25,17 +25,9 @@ So gelangen Sie zum ausgeblendeten Bereich:
|
|||||||
| `*-hms-*.apk` | Huawei AppGallery |
|
| `*-hms-*.apk` | Huawei AppGallery |
|
||||||
| `*-play-*.apk` | Play Store |
|
| `*-play-*.apk` | Play Store |
|
||||||
|
|
||||||
1. Release-Version (**empfohlen für die meisten Benutzer**):
|
Laden Sie die ausgewählte Version von [hier](https://git.sador.me/sadorowo/wulkanowy-mod/releases) herunter.
|
||||||
|
|
||||||
Laden Sie die ausgewählte Version von [releases](https://git.sador.me/sadorowo/wulkanowy-mod/releases) herunter.
|
|
||||||
Wir empfehlen, die neueste verfügbare Version herunterzuladen.
|
Wir empfehlen, die neueste verfügbare Version herunterzuladen.
|
||||||
|
|
||||||
2. Debug-Version (für Leute, die die Anwendung debuggen möchten, insbesondere Anfragen an den VULCAN-Server):
|
|
||||||
|
|
||||||
Gehen Sie [hier](https://git.sador.me/sadorowo/wulkanowy-mod/actions?workflow=build_android_debug.yml).
|
|
||||||
Gehen Sie zum ersten Ergebnis von oben oder wählen Sie die DEV-Version aus, die Sie herunterladen möchten.
|
|
||||||
Laden Sie die ausgewählte Version aus den beim Erstellen der Anwendung generierten Dateien herunter.
|
|
||||||
|
|
||||||
# Über das Wulkanowy-Projekt
|
# Über das Wulkanowy-Projekt
|
||||||
|
|
||||||
Möchten Sie mehr über das Wulkanowy-Projekt lesen? [Hier klicken](https://github.com/wulkanowy/wulkanowy)
|
Möchten Sie mehr über das Wulkanowy-Projekt lesen? [Hier klicken](https://github.com/wulkanowy/wulkanowy)
|
10
README.en.md
10
README.en.md
@ -25,17 +25,9 @@ To get to the hidden panel:
|
|||||||
| `*-hms-*.apk` | Huawei AppGallery |
|
| `*-hms-*.apk` | Huawei AppGallery |
|
||||||
| `*-play-*.apk` | Play Store |
|
| `*-play-*.apk` | Play Store |
|
||||||
|
|
||||||
1. Release version (**recommended for most users**):
|
Download application from [releases](https://git.sador.me/sadorowo/wulkanowy-mod/releases).
|
||||||
|
|
||||||
Download the selected version from [releases](https://git.sador.me/sadorowo/wulkanowy-mod/releases).
|
|
||||||
We recommend downloading the latest available version.
|
We recommend downloading the latest available version.
|
||||||
|
|
||||||
2. Debug version (for people who want to debug the application, especially requests to the VULCAN server):
|
|
||||||
|
|
||||||
Go [here](https://git.sador.me/sadorowo/wulkanowy-mod/actions?workflow=build_android_debug.yml).
|
|
||||||
Go to the first result from the top or select the DEV version you want to download.
|
|
||||||
Download the selected version from the files generated when building the application.
|
|
||||||
|
|
||||||
# About the Wulkanowy project
|
# About the Wulkanowy project
|
||||||
|
|
||||||
Want to read more about the Wulkanowy project? [Click here](https://github.com/wulkanowy/wulkanowy)
|
Want to read more about the Wulkanowy project? [Click here](https://github.com/wulkanowy/wulkanowy)
|
@ -25,17 +25,9 @@ Aby dostać się do ukrytego panelu:
|
|||||||
| `*-hms-*.apk` | Huawei AppGallery |
|
| `*-hms-*.apk` | Huawei AppGallery |
|
||||||
| `*-play-*.apk` | Sklep Play |
|
| `*-play-*.apk` | Sklep Play |
|
||||||
|
|
||||||
1. Wersja release (**zalecana dla większości użytkowników**):
|
|
||||||
|
|
||||||
Pobierz wybraną wersję z [wydań](https://git.sador.me/sadorowo/wulkanowy-mod/releases).
|
Pobierz wybraną wersję z [wydań](https://git.sador.me/sadorowo/wulkanowy-mod/releases).
|
||||||
Zalecamy pobranie najnowszej dostępnej wersji.
|
Zalecamy pobranie najnowszej dostępnej wersji.
|
||||||
|
|
||||||
2. Wersja debug (dla osób chcących debugować aplikację, a w szczególności żądania do serwera VULCANa):
|
|
||||||
|
|
||||||
Udaj się [tutaj](https://git.sador.me/sadorowo/wulkanowy-mod/actions?workflow=build_android_debug.yml).
|
|
||||||
Wejdź na pierwszy wynik od góry, bądź wybierz wersję DEV którą chcesz pobrać.
|
|
||||||
Pobierz wybraną wersję z plików wygenerowanych podczas budowania aplikacji.
|
|
||||||
|
|
||||||
# O projekcie Wulkanowy
|
# O projekcie Wulkanowy
|
||||||
|
|
||||||
Chcesz poczytać więcej o projekcie Wulkanowy? [Kliknij tutaj](https://github.com/wulkanowy/wulkanowy)
|
Chcesz poczytać więcej o projekcie Wulkanowy? [Kliknij tutaj](https://github.com/wulkanowy/wulkanowy)
|
@ -25,17 +25,9 @@ Ak chcete prejsť na skrytý panel:
|
|||||||
| `*-hms-*.apk` | Huawei AppGallery |
|
| `*-hms-*.apk` | Huawei AppGallery |
|
||||||
| `*-play-*.apk` | Play Store |
|
| `*-play-*.apk` | Play Store |
|
||||||
|
|
||||||
1. Verzia vydania (**odporúčané pre väčšinu používateľov**):
|
|
||||||
|
|
||||||
Stiahnite si vybranú verziu z [releases](https://git.sador.me/sadorowo/wulkanowy-mod/releases).
|
Stiahnite si vybranú verziu z [releases](https://git.sador.me/sadorowo/wulkanowy-mod/releases).
|
||||||
Odporúčame stiahnuť najnovšiu dostupnú verziu.
|
Odporúčame stiahnuť najnovšiu dostupnú verziu.
|
||||||
|
|
||||||
2. Verzia ladenia (pre ľudí, ktorí chcú ladiť aplikáciu, najmä požiadavky na server VULCAN):
|
|
||||||
|
|
||||||
Choďte [sem](https://git.sador.me/sadorowo/wulkanowy-mod/actions?workflow=build_android_debug.yml).
|
|
||||||
Prejdite na prvý výsledok zhora alebo vyberte verziu DEV, ktorú chcete stiahnuť.
|
|
||||||
Stiahnite si vybranú verziu zo súborov vygenerovaných pri zostavovaní aplikácie.
|
|
||||||
|
|
||||||
# O projekte Wulkanowy
|
# O projekte Wulkanowy
|
||||||
|
|
||||||
Chcete si prečítať viac o projekte Wulkanowy? [Kliknite sem](https://github.com/wulkanowy/wulkanowy)
|
Chcete si prečítať viac o projekte Wulkanowy? [Kliknite sem](https://github.com/wulkanowy/wulkanowy)
|
Loading…
Reference in New Issue
Block a user