Skip to content

Commit 7d618f2

Browse files
committed
Merge branch 'master' of github.com:h5bp/html5-boilerplate
2 parents 1ece4cb + ef92d2f commit 7d618f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: get_version
1717
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
1818
- name: Create Zip Folder
19-
run: zip -r --junk-paths ${{ steps.get_version.outputs.VERSION }}.zip ./dist
19+
run: zip -r ${{ steps.get_version.outputs.VERSION }}.zip ./dist
2020
- name: Create Release
2121
id: create_release
2222
uses: actions/create-release@v1

0 commit comments

Comments
 (0)