Skip to content

Commit

Permalink
store zip folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent 23cba8d commit b5b672c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
files: dist
dest: dist.zip

- name: store Zip dist folder
if: steps.zip-folder.outcome == 'success'
uses: actions/upload-artifact@v1
with:
name: my-artifact
path: ${{ github.workspace }}/result.zip

- name: Upload Release Asset
if: steps.zip-folder.outcome == 'success'
uses: actions/github-script@v6
Expand Down

0 comments on commit b5b672c

Please sign in to comment.