Skip to content

Commit

Permalink
fix(ci-cd): Use files argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Aug 6, 2023
1 parent d252aa2 commit bac78f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
name: app
path: app/build/outputs/apk/release/*.apk
files: app/build/outputs/apk/release/*.apk

0 comments on commit bac78f8

Please sign in to comment.