We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43ce57 commit 8203b5bCopy full SHA for 8203b5b
.github/workflows/publish-release-artifacts.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: Download All Compiled Core Artifacts
20
uses: dawidd6/action-download-artifact@v3
21
with:
22
- commit: ${{ env.GITHUB_SHA }}
+ commit: ${{ github.sha }}
0 commit comments