Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
birdgg committed Apr 30, 2023
1 parent f383c38 commit c3b2221
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
run: |
zip -r dist.zip dist
- name: Release
uses: softprops/action-gh-release@v1
- uses: ncipollo/release-action@v1
with:
files: |
dist.zip
artifacts: "dist.zip"

0 comments on commit c3b2221

Please sign in to comment.