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

Commit af0889d

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dev-upload.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
COMMIT: $env:GITHUB_SHA.SubString(0,7)
16-
OUTPUT_NAME: Re-Console-Legacy-TU1-dev-${COMMIT}
15+
OUTPUT_NAME: Re-Console-Legacy-TU1-dev-${{ github.event.head_commit.id }}
1716
OUTPUT: artifacts
1817
steps:
1918
- uses: actions/checkout@v4
@@ -39,5 +38,5 @@ jobs:
3938
- name: Upload artifacts
4039
uses: actions/upload-artifact@v3
4140
with:
42-
name: ${OUTPUT_NAME}
41+
name: Re-Console-Legacy-TU1-dev-${{ github.event.head_commit.id }}
4342
path: artifacts

0 commit comments

Comments
 (0)