From 2211251779d52383a25127fb24d4b6f81fb53950 Mon Sep 17 00:00:00 2001 From: Ralph Plawetzki Date: Wed, 20 Apr 2022 12:31:45 +0200 Subject: [PATCH] Fix path for source tarball signature --- .github/workflows/build_and_release_github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release_github.yml b/.github/workflows/build_and_release_github.yml index f0c6041..68405a2 100644 --- a/.github/workflows/build_and_release_github.yml +++ b/.github/workflows/build_and_release_github.yml @@ -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