Skip to content

Commit 3407e36

Browse files
committed
Add nightly release step to build workflow for APK files
1 parent c06fe54 commit 3407e36

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build.yml

+15
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,18 @@ jobs:
114114
# android/app/build/outputs/apk/release/Tech_Triangle-nightly-x86.apk
115115
# android/app/build/outputs/apk/release/Tech_Triangle-nightly-x86_64.apk
116116
# android/app/build/outputs/apk/release/Tech_Triangle-nightly-universal.apk
117+
- name: Update Nightly Release
118+
uses: andelf/nightly-release@main
119+
env:
120+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121+
with:
122+
tag_name: nightly
123+
name: 'Desktop App Nightly Release $$'
124+
prerelease: true
125+
body: 'TODO: Add nightly release notes'
126+
files: |
127+
android/app/build/outputs/apk/release/Tech_Triangle-nightly-arm64-v8a.apk
128+
android/app/build/outputs/apk/release/Tech_Triangle-nightly-armeabi-v7a.apk
129+
android/app/build/outputs/apk/release/Tech_Triangle-nightly-x86.apk
130+
android/app/build/outputs/apk/release/Tech_Triangle-nightly-x86_64.apk
131+
android/app/build/outputs/apk/release/Tech_Triangle-nightly-universal.apk

0 commit comments

Comments
 (0)