Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Dec 26, 2024
1 parent 14fd019 commit fdc5334
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ github.run_id }}-${{ github.job }}
path: xurdf-python/dist

windows:
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ github.run_id }}-${{ github.job }}
path: xurdf-python/dist

macos:
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels
name: wheels-${{ github.run_id }}-${{ github.job }}
path: xurdf-python/dist

release:
Expand All @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels
name: wheels-${{ github.run_id }}-${{ github.job }}
- uses: actions/setup-python@v2
with:
python-version: 3.9
Expand Down

0 comments on commit fdc5334

Please sign in to comment.