Skip to content

Commit

Permalink
try naming with sha
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Jan 15, 2024
1 parent 6da1fb5 commit 9b85fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
bun codegen/generate.ts
- uses: actions/upload-artifact@v4
with:
name: codegen-python
name: codegen-${{ github.sha }}
path: ./webgoo/*.py

build_wheels:
Expand All @@ -44,7 +44,7 @@ jobs:
python codegen/fetch_wgpu_bins.py
- uses: actions/download-artifact@v4
with:
name: codegen-python
name: codegen-${{ github.sha }}
path: webgoo/
- name: Build Wheels
run: |
Expand Down

0 comments on commit 9b85fb4

Please sign in to comment.