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 b5b672c commit be606fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
if: steps.zip-folder.outcome == 'success'
uses: actions/upload-artifact@v1
with:
name: my-artifact
path: ${{ github.workspace }}/result.zip
name: dist.zip
path: ${{ github.workspace }}/dist.zip

- name: Upload Release Asset
if: steps.zip-folder.outcome == 'success'
Expand Down

0 comments on commit be606fb

Please sign in to comment.