Skip to content

Commit 56eb97d

Browse files
Use GH sha
1 parent f00e0f6 commit 56eb97d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-upload-xcframework.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: Archive XCFrameworks for Craft
4040
uses: actions/upload-artifact@v4
4141
with:
42-
name: xcframeworks.zip
42+
# Craft uses the git commit hash of the release branch to download the release artifacts.
43+
name: ${{ github.sha }}
4344
if-no-files-found: error
4445
overwrite: true
4546
path: |

0 commit comments

Comments
 (0)