mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-08-26 09:51:45 +02:00
Compare commits
3 Commits
7d916247da
...
806d8714d4
Author | SHA1 | Date | |
---|---|---|---|
|
806d8714d4 | ||
|
e5d0ec68d6 | ||
|
cc34c5b1f8 |
8
.github/workflows/build_app.yml
vendored
8
.github/workflows/build_app.yml
vendored
@@ -19,13 +19,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone Repository (Latest)
|
||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
with:
|
||||
repository: 'mihonapp/mihon'
|
||||
fetch-depth: 0
|
||||
if: github.event.inputs.git-ref == ''
|
||||
- name: Clone Repository (Custom Ref)
|
||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
if: github.event.inputs.git-ref != ''
|
||||
with:
|
||||
repository: 'mihonapp/mihon'
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
{delimiter}" >> $GITHUB_ENV
|
||||
|
||||
- name: Set up gradle
|
||||
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3.3.2
|
||||
uses: gradle/actions/setup-gradle@d9336dac04dea2507a617466bc058a3def92b18b # v3.4.0
|
||||
|
||||
- name: Build APK
|
||||
run: ./gradlew assembleStandardPreview
|
||||
@@ -147,7 +147,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Prune old releases
|
||||
uses: dev-drprasad/delete-older-releases@0bf4e6748f08135170c2294f877ba7d9b633b028 # v0.3.3
|
||||
uses: dev-drprasad/delete-older-releases@dfbe6be2a006e9475dfcbe5b8d201f1824c2a9fe # v0.3.4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
Reference in New Issue
Block a user