Skip to content

Commit dadbc16

Browse files
Use pinned build manifest on release job
1 parent b9526e1 commit dadbc16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ jobs:
144144
if: ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
145145
steps:
146146
- uses: actions/checkout@v3
147+
- uses: actions/download-artifact@v3
148+
with:
149+
name: build-manifest
147150
- uses: actions/download-artifact@v3
148151
with:
149152
path: release

0 commit comments

Comments
 (0)