Skip to content

Commit 7fcac57

Browse files
authored
Simplify artifact name in workflow
1 parent 5b9f687 commit 7fcac57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-uv-binary-switching.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
if: always()
172172
uses: actions/upload-artifact@v4
173173
with:
174-
name: omnipkg-uv-demo-output-${{ github.ref_name | replace('/', '-') }}
174+
name: omnipkg-uv-demo-output
175175
path: /tmp/omnipkg-artifacts/
176176
retention-days: 7
177177
compression-level: 6

0 commit comments

Comments
 (0)