Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoldfeld committed Jan 18, 2024
1 parent 6d073b2 commit 44be732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,8 @@ jobs:
cd ${{ github.workspace }}/..
REPO=ipc
VERSION=`echo ${{ github.ref }} | cut -c 12-` # E.g., refs/tags/v1.2.3-rc1 => 1.2.3-rc1.
TGZ_NAME=$REPO-$VERSION_full.tar.gz
ZIP_NAME=$REPO-$VERSION_full.zip
TGZ_NAME=$REPO-${VERSION}_full.tar.gz
ZIP_NAME=$REPO-${VERSION}_full.zip
# When making archives: get rid of or exclude (I do not want to `rm` .git... feels dangerous
# against GitHub Actions):
# - .git directories and files. (.gitignore and .gitmodules, among others, must stay.)
Expand Down

0 comments on commit 44be732

Please sign in to comment.