Skip to content

Commit

Permalink
GH workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed Apr 4, 2021
1 parent f80c744 commit f804c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
OSNAME=$(echo ${{ matrix.os }} | sed 's/-latest//')
VERSION=${{ github.event.release.tag_name }}
PKGNAME="binjgb--$OSNAME"
PKGNAME="binjgb-$OSNAME"
TARBALL=$PKGNAME.tar.gz
mv out/install binjgb-$VERSION
tar -czf $TARBALL binjgb-$VERSION
Expand Down

0 comments on commit f804c3a

Please sign in to comment.