We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ffe2fb + 9ede0f0 commit 5b9f687Copy full SHA for 5b9f687
1 file changed
.github/workflows/test-uv-binary-switching.yml
@@ -171,7 +171,7 @@ jobs:
171
if: always()
172
uses: actions/upload-artifact@v4
173
with:
174
- name: omnipkg-uv-demo-output-${{ github.event.inputs.branch || github.ref_name }}
+ name: omnipkg-uv-demo-output-${{ github.ref_name | replace('/', '-') }}
175
path: /tmp/omnipkg-artifacts/
176
retention-days: 7
177
compression-level: 6
0 commit comments