Skip to content

Commit 90f4528

Browse files
committed
FIX: scripts not found in workflow merge-binaries steps
1 parent e9eacd1 commit 90f4528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
runs-on: ubuntu-24.04
5757
needs: build-binaries
5858
steps:
59+
- uses: actions/checkout@v4
60+
5961
- uses: actions/download-artifact@v4
6062
with:
6163
pattern: static-binaries-artifact-*

0 commit comments

Comments
 (0)