Skip to content

Commit

Permalink
Fix upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroPsota committed Jan 30, 2024
1 parent 4632d2c commit a480b83
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ jobs:
- uses: actions/upload-artifact@v4
name: Upload wheels as artifacts
with:
name: packages
name: wheel-${{ matrix.os }}-py${{ matrix.python-version }}-pt${{ matrix.torch-version }}-${{ matrix.compute-platform }}
path: dist/*.whl
compression-level: 0
retention-days: 7
if-no-files-found: error

Expand All @@ -194,7 +195,8 @@ jobs:
- name: Get wheels from artifacts
uses: actions/download-artifact@v4
with:
name: packages
pattern: wheel-*
merge-multiple: true

- name: Get release name
id: data
Expand Down

0 comments on commit a480b83

Please sign in to comment.