Fix github publish

This commit is contained in:
WardPearce
2024-11-30 14:44:21 +13:00
parent 704774582c
commit 63eb58fbf1
2 changed files with 20 additions and 8 deletions
+4 -4
View File
@@ -67,8 +67,8 @@ jobs:
- name: Move files to release
run: |
mv app/build/outputs/*.aab app/release/
mv app/build/outputs/*.apk app/release/
mv app/build/outputs/*signed.aab app/release/
mv app/build/outputs/*signed.apk app/release/
- name: Delete temp apks
run: rm app/release/*temp*
@@ -87,8 +87,8 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./materialious/android/app/release/*
tag: v${{ steps.package-version.outputs.current-version }}
tag: ${{ steps.package-version.outputs.current-version }}
release_name: ${{ steps.package-version.outputs.current-version }}
overwrite: true
file_glob: true
draft: true
draft: false