Skip to content

Commit dd8bb52

Browse files
committed
Fix BAD signature of signed source tarball
1 parent 639e1df commit dd8bb52

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,17 @@ jobs:
117117
asset_name: keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.jar.sig
118118
asset_content_type: application/pgp-signature
119119

120+
- name: Upload tarball
121+
id: upload-release-asset-2
122+
uses: actions/[email protected]
123+
env:
124+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125+
with:
126+
upload_url: ${{ steps.get_release_info.outputs.upload_url }}
127+
asset_path: ./keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.tar.gz
128+
asset_name: keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.tar.gz
129+
asset_content_type: application/tar+gzip
130+
120131
- name: Upload signature file for source tarball
121132
id: upload-signature-file-for-source-tarball
122133
uses: actions/[email protected]

0 commit comments

Comments
 (0)