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 639e1df commit dd8bb52Copy full SHA for dd8bb52
.github/workflows/build_and_release_github.yml
@@ -117,6 +117,17 @@ jobs:
117
asset_name: keepassxc-cryptomator-${{ steps.get_tag_info.outputs.git_tag }}.jar.sig
118
asset_content_type: application/pgp-signature
119
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
+
131
- name: Upload signature file for source tarball
132
id: upload-signature-file-for-source-tarball
133
uses: actions/[email protected]
0 commit comments