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 ed8af9d commit cc2b9fcCopy full SHA for cc2b9fc
.github/workflows/build-release.yaml
@@ -315,6 +315,6 @@ jobs:
315
needs: [linux_zip, windows_zip]
316
uses: ./.github/workflows/post-build-release.yaml
317
with:
318
- linux_result: ${{ needs.build_linux.result }}
319
- windows_result: ${{ needs.build_windows.result }}
+ linux_result: ${{ needs.linux_zip.result }}
+ windows_result: ${{ needs.windows_zip.result }}
320
releaseTag: ${{ github.ref_name }}
0 commit comments