Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0065784 commit 82d8fb1Copy full SHA for 82d8fb1
.github/workflows/create-release.yml
@@ -60,9 +60,9 @@ jobs:
60
- name: Zip Release
61
uses: TheDoctor0/[email protected]
62
with:
63
- filename: ui-grid-$RELEASE.zip
64
- path: ./release/$RELEASE/*
+ filename: ui-grid-${{ env.RELEASE }}.zip
+ path: ./release/${{ env.RELEASE }}/*
65
66
- name: Publish Release
67
- run: gh release create v$RELEASE ./ui-grid-$RELEASE.zip
+ run: gh release create v${{ env.RELEASE }} ./ui-grid-${{ env.RELEASE }}.zip
68
0 commit comments