Skip to content

Commit

Permalink
Fix path for source tarball signature
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Apr 20, 2022
1 parent 68a69e6 commit 2211251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_github.yml
Expand Up @@ -124,6 +124,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
asset_path: ./target/keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.tar.gz.sig
asset_path: ./keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.tar.gz.sig
asset_name: keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.tar.gz.sig
asset_content_type: application/pgp-signature

0 comments on commit 2211251

Please sign in to comment.