Skip to content

Commit

Permalink
Update release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Apr 5, 2020
1 parent d61254b commit 8c041cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release'
needs: build
name: "Publish the released assets"
steps:
- name: Download the dist artifact
uses: actions/download-artifact@v1
with:
name: built-dist
- name: Zip artifacts
run: zip -r website.zip ./dist/
run: cd built-dist && zip -r ../website.zip .
- name: Upload website.zip to Github release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 8c041cb

Please sign in to comment.