Skip to content

Commit

Permalink
Forgot v
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Mar 5, 2021
1 parent 286b2d0 commit 1efac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
export VERSION_NUMBER=$(echo -n ${{ github.ref }} | sed 's/[refs\/tagv]//g')
npm run release
cd artifacts
mv HyperChat-$VERSION_NUMBER-production.zip HyperChat.zip
mv HyperChat-v$VERSION_NUMBER-production.zip HyperChat.zip
cd ..
- name: Upload package to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 1efac22

Please sign in to comment.