diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 299e209a92..13bc1b90e6 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -147,6 +147,12 @@ jobs: wait-for-completion: true output-artifact-directory: '../build/' + - name: Look for signed artifact + if: matrix.config.os == 'windows-latest' && github.ref == 'refs/heads/master' + run: | + ls -la ${{ runner.workspace }}/build/ + shell: bash + - name: Upload if: matrix.config.artifact != 0 id: upload-signed-artifact