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.
1 parent a60cf2e commit deacfdfCopy full SHA for deacfdf
.github/workflows/bundle.yml
@@ -27,5 +27,5 @@ jobs:
27
- run: ./dist/scim2
28
- uses: actions/upload-artifact@v4
29
with:
30
- name: scim2-${{ vars.GITHUB_REF_NAME }}-${{ vars.RUNNER_OS }}
+ name: scim2-${{ github.ref_name }}-${{ runner.os }}
31
path: dist/scim2
0 commit comments