Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Subramanian committed Jul 5, 2020
1 parent f65c02c commit f46ce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: './*.AppImage*'
asset_path: ./*.AppImage*
asset_name: scan
asset_content_type: application/octet-stream

0 comments on commit f46ce3c

Please sign in to comment.