mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
update .github/workflows/release.yml
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
body: "Auto-generated release"
|
body: "If you don't know what APK file to download for your phone, download the one that has 'universal' in its name, it should work for all phones"
|
||||||
prerelease: ${{ contains(github.event.ref, '-beta') }}
|
prerelease: ${{ contains(github.event.ref, '-beta') }}
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: build/outputs/apk/gplay/release/*.apk
|
files: build/outputs/apk/gplay/release/*.apk
|
||||||
|
|||||||
Reference in New Issue
Block a user