Skip to content

Commit cf37596

Browse files
committed
prerelease CI
1 parent 7d47fba commit cf37596

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
run: |
3737
for FILE in archive/app/*unsigned-signed.apk
3838
do
39-
echo "${FILE} -> ${FILE/unsigned-signed/signed}"
4039
mv "${FILE}" "${FILE/unsigned-signed/signed}"
4140
done
4241
- name: Upload
@@ -46,3 +45,12 @@ jobs:
4645
path: |
4746
archive/app/*-signed.apk
4847
archive/app/*-mapping.txt
48+
- name: Release
49+
uses: marvinpinto/action-automatic-releases@latest
50+
with:
51+
repo_token: ${{ secrets.GITHUB_TOKEN }}
52+
automatic_release_tag: "latest"
53+
prerelease: true
54+
files: |
55+
archive/app/*-signed.apk
56+
archive/app/*-mapping.txt

0 commit comments

Comments
 (0)