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 6c1dcb8 commit d423dd8Copy full SHA for d423dd8
.github/workflows/cd.yaml
@@ -92,6 +92,7 @@ jobs:
92
if: startsWith(github.ref, 'refs/tags/')
93
needs: [linux, windows, macos]
94
steps:
95
+ - uses: actions/checkout@v4
96
- uses: actions/download-artifact@v4
97
with:
98
merge-multiple: true
0 commit comments