diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bc3a998b71..84f9cbab90 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,8 @@ jobs: run: | choco install osslsigncode -y choco install zip -y - echo "C:\Program Files (x86)\WiX Toolset v3.11\bin" >> $GITHUB_PATH + WIXDIR=`ls '/c/Program Files (x86)'|grep WiX` + echo "C:\Program Files (x86)\$WIXDIR" >> $GITHUB_PATH - name: Download Windows code signing certificate env: @@ -62,9 +63,9 @@ jobs: fi shell: bash - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - +# - name: Setup tmate session +# uses: mxschmitt/action-tmate@v3 +# - name: Make artifacts (test) if: github.event_name != 'push' || !contains(github.ref, 'refs/tags/') run: | # On the fork PRs, our org secret is not visible. We unset the required env so that `make dist` uses default self-signed cert.