Skip to content

Commit

Permalink
Merge branch 'master' of github.com:h5bp/html5-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Jun 3, 2020
2 parents 1ece4cb + ef92d2f commit 7d618f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
id: get_version
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Create Zip Folder
run: zip -r --junk-paths ${{ steps.get_version.outputs.VERSION }}.zip ./dist
run: zip -r ${{ steps.get_version.outputs.VERSION }}.zip ./dist
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 7d618f2

Please sign in to comment.