Skip to content

Commit c4c2bd9

Browse files
authored
Merge pull request #103 from devinbileck/fix-release-workflow
ci: Fix release workflow
2 parents 4ab7e78 + 3a86c82 commit c4c2bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
upload_url: ${{ steps.create_release.outputs.upload_url }}
42-
asset_path: bisq-release-signed.apk
42+
asset_path: ./bisq-release-signed.apk
4343
asset_name: bisq-release-signed.apk
4444
asset_content_type: application/zip

0 commit comments

Comments
 (0)