Skip to content

Commit

Permalink
fix: version of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent a3daa55 commit ae3258b
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 @@ -35,13 +35,13 @@ jobs:
- name: Zip dist file
if: steps.changesets.outputs.published == 'true'
uses: vimtor/action-zip@v1.1
uses: vimtor/action-zip@v1
with:
files: dist
dest: dist.zip

- name: After Zipping dist file
uses: actions/upload-artifact@v1.1
uses: actions/upload-artifact@v1
with:
name: my-artifact
path: ${{ github.workspace }}/dist.zip

0 comments on commit ae3258b

Please sign in to comment.