We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00e0f6 commit 56eb97dCopy full SHA for 56eb97d
.github/workflows/release-upload-xcframework.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: Archive XCFrameworks for Craft
40
uses: actions/upload-artifact@v4
41
with:
42
- name: xcframeworks.zip
+ # Craft uses the git commit hash of the release branch to download the release artifacts.
43
+ name: ${{ github.sha }}
44
if-no-files-found: error
45
overwrite: true
46
path: |
0 commit comments