Skip to content

Commit

Permalink
Add download artifact and release steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mengqi92 committed Mar 31, 2024
1 parent 7f75566 commit d0945c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
with:
name: html
path: html-out
run: zip -r build.zip html-out/

- name: Release artifact
run: zip -r build.zip html-out/
uses: ncipollo/release-action@v1
with:
artifacts: "build.zip"
Expand Down

0 comments on commit d0945c4

Please sign in to comment.