Skip to content

Commit

Permalink
fix: Upload the right signed file
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 21, 2023
1 parent eeb5b38 commit ef7b176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/sign-release.sh
Expand Up @@ -40,7 +40,7 @@ for prefix in "${prefixes[@]}"; do
# Sign the tar.gz file
gpg --armor --detach-sign "$file_name"

gh release upload $tag $file_name
gh release upload $tag "$file_name.asc"

echo "Signature for $tag uploaded to to https://github.com/obsidian-confluence/obsidian-confluence/releases/tag/$tag"
done

0 comments on commit ef7b176

Please sign in to comment.