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 b9526e1 commit dadbc16Copy full SHA for dadbc16
.github/workflows/build.yml
@@ -144,6 +144,9 @@ jobs:
144
if: ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
145
steps:
146
- uses: actions/checkout@v3
147
+ - uses: actions/download-artifact@v3
148
+ with:
149
+ name: build-manifest
150
- uses: actions/download-artifact@v3
151
with:
152
path: release
0 commit comments