Skip to content

Commit deacfdf

Browse files
committed
chore: fix uploaded artifact name
1 parent a60cf2e commit deacfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
- run: ./dist/scim2
2828
- uses: actions/upload-artifact@v4
2929
with:
30-
name: scim2-${{ vars.GITHUB_REF_NAME }}-${{ vars.RUNNER_OS }}
30+
name: scim2-${{ github.ref_name }}-${{ runner.os }}
3131
path: dist/scim2

0 commit comments

Comments
 (0)