mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-08-27 02:11:49 +02:00
Compare commits
2 Commits
aed1e07850
...
1abd9eb06e
Author | SHA1 | Date | |
---|---|---|---|
|
1abd9eb06e | ||
|
701fa84fb8 |
6
.github/workflows/build_app.yml
vendored
6
.github/workflows/build_app.yml
vendored
@@ -19,13 +19,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone Repository (Latest)
|
||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
||||
with:
|
||||
repository: 'mihonapp/mihon'
|
||||
fetch-depth: 0
|
||||
if: github.event.inputs.git-ref == ''
|
||||
- name: Clone Repository (Custom Ref)
|
||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
||||
if: github.event.inputs.git-ref != ''
|
||||
with:
|
||||
repository: 'mihonapp/mihon'
|
||||
@@ -111,7 +111,7 @@ jobs:
|
||||
echo "APK_X86_64_SHA=$sha" >> $GITHUB_ENV
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
|
||||
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
|
||||
with:
|
||||
tag_name: r${{ env.COMMIT_COUNT }}
|
||||
name: Mihon Preview r${{ env.COMMIT_COUNT }}
|
||||
|
Reference in New Issue
Block a user