Skip to content

Commit

Permalink
test flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mshdabiola committed Jun 6, 2024
1 parent 9049053 commit 5cc6d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "composeApp/build/outputs/apk/**/**/*"
artifacts: "composeApp/build/outputs/apk/**/**/*.apk,composeApp/build/outputs/mapping/*"
token: ${{ secrets.TOKEN }}

0 comments on commit 5cc6d33

Please sign in to comment.