Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 0d5e480

Browse files
Update dev-upload.yml
1 parent 04a88ea commit 0d5e480

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dev-upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
OUTPUT_NAME: "Re-Console-Legacy-TU1-dev-$env:GITHUB_SHA.SubString(0,7)"
15+
COMMIT: $env:GITHUB_SHA.SubString(0,7)
16+
OUTPUT_NAME: Re-Console-Legacy-TU1-dev-${COMMIT}
1617
OUTPUT: artifacts
1718
steps:
1819
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)