diff options
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9150d48..f80af6e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -192,8 +192,7 @@ jobs: --notes-file release_notes.md \ --title "π ${VERSION}" gh release upload "${VERSION}" \ - artifacts/dist/* \ - artifacts/model-zip/model.zip \ + artifacts/* \ --repo "${{ github.repository }}" --clobber else echo "β¨ εε»Ίζ° release ${VERSION}..." @@ -201,8 +200,7 @@ jobs: --repo "${{ github.repository }}" \ --notes-file release_notes.md \ --title "π ${VERSION}" \ - artifacts/dist/* \ - artifacts/model-zip/model.zip + artifacts/* fi - name: Commit CHANGELOG.md |
