Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iseink committed Apr 9, 2024
1 parent bbab41d commit 92029f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
if: ${{ env.PACKAGED_STATUS }} == 'success' && !cancelled()
with:
tag: v1.1.5+15
artifacts: "build/app/outputs/flutter-apk/app-*.apk"
allowUpdates: true
artifacts: "build/app/outputs/flutter-apk/app-*.apk"
allowUpdates: true
removeArtifacts: false
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 92029f4

Please sign in to comment.