We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39548da commit 8a3b361Copy full SHA for 8a3b361
.github/workflows/releases.yml
@@ -52,6 +52,7 @@ jobs:
52
- uses: actions/download-artifact@v4
53
with:
54
name: artifacts
55
+ path: release/
56
- run: bash scripts/verify-release-artifacts.sh ${{ needs.generate-artifacts.outputs.release_tag }}
57
58
create-release:
0 commit comments