We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a69e6 commit 2211251Copy full SHA for 2211251
.github/workflows/build_and_release_github.yml
@@ -124,6 +124,6 @@ jobs:
124
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125
with:
126
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
127
- 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
128
asset_name: keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.tar.gz.sig
129
asset_content_type: application/pgp-signature
0 commit comments