Skip to content

Commit 97d1432

Browse files
authored
Merge pull request #55 from amberin/self-hosted-runner
Self hosted runner
2 parents 7520ab9 + 84ec697 commit 97d1432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/snapshot-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and publish unstable snapshot release
1+
name: Build & publish snapshot release
22

33
# Based on https://github.com/refined-github/refined-github/blob/5cda3447bf80cca0c64ae5eb79779ecd62fec18e/.github/workflows/release.yml#L30-L32
44

@@ -69,8 +69,8 @@ jobs:
6969
- name: Sign "premium" APK
7070
run: /apksigner-user-wrapper.sh ./app/build/outputs/apk/premium/release/*.apk ./orgzly-revived-${{ env.VERSION }}.apk
7171

72-
- name: Sign "premium" AAB
73-
run: /apksigner-user-wrapper.sh ./app/build/outputs/bundle/premiumRelease/*.aab ./orgzly-revived-${{ env.VERSION }}.aab
72+
# - name: Sign "premium" AAB
73+
# run: /apksigner-user-wrapper.sh ./app/build/outputs/bundle/premiumRelease/*.aab ./orgzly-revived-${{ env.VERSION }}.aab
7474

7575
- name: Upload artifacts and create Github release
7676
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2

0 commit comments

Comments
 (0)