Skip to content

Commit

Permalink
ci: fix nested zip assets
Browse files Browse the repository at this point in the history
  • Loading branch information
eligao committed Jul 31, 2023
1 parent 21a5ce2 commit d3a13c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: artifacts
path: ./dist.zip
path: ./dist
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d3a13c8

Please sign in to comment.