Skip to content

Commit

Permalink
maint: changed upoload artifact tool
Browse files Browse the repository at this point in the history
kmilo9999 committed Nov 14, 2024
1 parent 9b7d138 commit 7f0f45b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -38,9 +38,10 @@ jobs:
prerelease: false

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v2
with:
name: jawroski-napari-plugin-dist.zip
release_id: ${{ steps.create_release.outputs.id }}
asset_path: dist/*
asset_content_type: application/zip
files: dist/* # Path to built assets
draft: false # Mark as published (set true if draft is needed)
prerelease: false # Mark as prerelease if applicable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7f0f45b

Please sign in to comment.