Skip to content

Commit

Permalink
Update build-noti.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnotsos authored Sep 29, 2024
1 parent 5dc6b73 commit 1a42a69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-noti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
- name: Create and Release APK
id: upload_release_asset
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
body: Release ${{ env.REPO_NAME }} ${{ github.run_number }}
files: ./${{ env.REPO_NAME }}.apk
env:
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}

0 comments on commit 1a42a69

Please sign in to comment.