Skip to content

Commit

Permalink
ci: accidentally removed tag name from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleclay committed Jun 23, 2023
1 parent 0cad04f commit 5916843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
PKG_SUFFIX=".zip"
;;
esac;
PKG_NAME=gpg-import-${{ matrix.platform.target }}$PKG_SUFFIX
PKG_NAME=gpg-import-${{ github.ref_name }}-${{ matrix.platform.target }}$PKG_SUFFIX
PKG_DIR=archive/gpg-import
mkdir -p $PKG_DIR
cp target/${{ matrix.platform.target }}/release/gpg-import$EXE_SUFFIX $PKG_DIR/
Expand Down

0 comments on commit 5916843

Please sign in to comment.