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

Commit 4ad3be7

Browse files
Update dev-upload.yml
1 parent af0889d commit 4ad3be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
OUTPUT_NAME: Re-Console-Legacy-TU1-dev-${{ github.event.head_commit.id }}
15+
OUTPUT_NAME: Re-Console-Legacy-TU1-dev-${GITHUB_SHA::7}
1616
OUTPUT: artifacts
1717
steps:
1818
- uses: actions/checkout@v4
@@ -38,5 +38,5 @@ jobs:
3838
- name: Upload artifacts
3939
uses: actions/upload-artifact@v3
4040
with:
41-
name: Re-Console-Legacy-TU1-dev-${{ github.event.head_commit.id }}
41+
name: Re-Console-Legacy-TU1-dev-${GITHUB_SHA::7}
4242
path: artifacts

0 commit comments

Comments
 (0)