We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c5357 commit aeda729Copy full SHA for aeda729
1 file changed
.github/workflows/deploy.yml
@@ -25,7 +25,8 @@ jobs:
25
run: |
26
cd build
27
ls -la
28
- zip -r ${{ steps.tag_version.outputs.new_tag }}release.zip .
+ tag=${{ steps.tag_version.outputs.new_tag }}
29
+ zip -r release.zip .
30
- uses: ncipollo/release-action@v1
31
with:
32
artifacts: "build/release.zip"
0 commit comments