Skip to content

Commit

Permalink
.github/workflows/windows-release.yml: remove contrib model upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Jul 4, 2024
1 parent c99bdae commit cfe4933
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,6 @@ jobs:
du -sh
7za a -t7z -bb3 -mx=9 ../contrib-models.7z .
- name: Upload contrib model release
uses: actions/upload-artifact@v4
with:
name: Contrib-Models
path: release
retention-days: 1

- name: Rename release asset
run: |
mv models.7z models.${{ github.event.inputs.tag }}.7z
Expand Down

0 comments on commit cfe4933

Please sign in to comment.