Skip to content

Commit

Permalink
Fixed artifact not generating issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbagyastha committed Feb 23, 2020
1 parent a9aeb0b commit d5bdc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Create a Release APK
uses: ncipollo/release-action@v1
with:
artifacts: "example/build/app/outputs/apk/debug/*.apk"
artifacts: "example/build/app/outputs/apk/release/*.apk"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d5bdc19

Please sign in to comment.