Skip to content

Commit 9257604

Browse files
dcramercodex
andcommitted
ci(release): Use SHA artifact naming for Craft
Match warden/vitest-evals convention by naming uploaded artifacts with the raw commit SHA so Craft's GitHub artifact provider can resolve revision artifacts. Co-Authored-By: GPT-5 Codex <codex@openai.com>
1 parent 44042b7 commit 9257604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: github.event_name == 'push'
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: release-artifacts-${{ github.sha }}
58+
name: ${{ github.sha }}
5959
path: artifacts/*.tgz
6060
if-no-files-found: error
6161
retention-days: 7

0 commit comments

Comments
 (0)