Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed May 25, 2022
1 parent 98abde0 commit 00213eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cd _releases
mkdir _pkg
cd _pkg
tar xzf ../psitransfer-$GITHUB_REF_NAME.tar.gz
tar xzf ../psitransfer-$GITHUB_REF_NAME.tar.gz --strip 1
npm publish
cd ../..
Expand Down

0 comments on commit 00213eb

Please sign in to comment.