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.
2 parents 1ece4cb + ef92d2f commit 7d618f2Copy full SHA for 7d618f2
.github/workflows/publish.yaml
@@ -16,7 +16,7 @@ jobs:
16
id: get_version
17
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
18
- name: Create Zip Folder
19
- run: zip -r --junk-paths ${{ steps.get_version.outputs.VERSION }}.zip ./dist
+ run: zip -r ${{ steps.get_version.outputs.VERSION }}.zip ./dist
20
- name: Create Release
21
id: create_release
22
uses: actions/create-release@v1
0 commit comments