Skip to content

Commit 2211251

Browse files
committed
Fix path for source tarball signature
1 parent 68a69e6 commit 2211251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ jobs:
124124
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125125
with:
126126
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
127+
asset_path: ./keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.tar.gz.sig
128128
asset_name: keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.tar.gz.sig
129129
asset_content_type: application/pgp-signature

0 commit comments

Comments
 (0)