Skip to content

Commit

Permalink
ci: fix release file upload (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 9, 2024
1 parent 51e45aa commit eb939f0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ jobs:
path: zipapp

- name: Upload ZipApp
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v2
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./zipapp/particle.pyz
asset_name: particle.pyz
asset_content_type: application/zip
files: ./zipapp/particle.pyz

0 comments on commit eb939f0

Please sign in to comment.