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 fddaa7f commit 13e9a90Copy full SHA for 13e9a90
.github/workflows/staging-release.yaml
@@ -342,10 +342,10 @@ jobs:
342
permissions:
343
contents: read
344
outputs:
345
- windows-exe32-hash: steps.windows.outputs.WIN_32_EXE_HASH
346
- windows-zip32-hash: steps.windows.outputs.WIN_32_ZIP_HASH
347
- windows-exe64-hash: steps.windows.outputs.WIN_64_EXE_HASH
348
- windows-zip64-hash: steps.windows.outputs.WIN_64_ZIP_HASH
+ windows-exe32-hash: ${{ steps.windows.outputs.WIN_32_EXE_HASH }}
+ windows-zip32-hash: ${{ steps.windows.outputs.WIN_32_ZIP_HASH }}
+ windows-exe64-hash: ${{ steps.windows.outputs.WIN_64_EXE_HASH }}
+ windows-zip64-hash: ${{ steps.windows.outputs.WIN_64_ZIP_HASH }}
349
steps:
350
- name: Checkout code
351
uses: actions/checkout@v3
0 commit comments