File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed
Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 1- name : Testing - build and release app
1+ name : Testing - build app
22
33on :
44 push :
@@ -11,11 +11,11 @@ concurrency:
1111
1212jobs :
1313 apk :
14- name : Generate and upload APK to Discord
14+ name : Generate APK
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - uses : actions/cache@v3
2121 with :
5151 uses : actions/upload-artifact@v1
5252 with :
5353 name : ${{ env.APK_NAME }}
54- path : app/build/outputs/apk/ci/${{ env.APK_NAME }}.apk
55-
56- - name : Upload to Discord
57- 58- env :
59- DISCORD_WEBHOOK : ${{ secrets.DISCORD_WEBHOOK }}
60- with :
61- args : app/build/outputs/apk/ci/${{ env.APK_NAME }}.apk
62-
63- - name : Report build status to Discord
64- uses : sarisia/actions-status-discord@v1
65- if : failure()
66- with :
67- title : " Build Key Mapper GUI Keyboard apk"
68- webhook : ${{ secrets.DISCORD_BUILD_STATUS_WEBHOOK }}
54+ path : app/build/outputs/apk/ci/${{ env.APK_NAME }}.apk
You can’t perform that action at this time.
0 commit comments