Skip to content

Commit

Permalink
Merge pull request #1816 from ghutchis/find-signed-artifact
Browse files Browse the repository at this point in the history
Check the build directory for the final signed artifact
  • Loading branch information
ghutchis authored Nov 24, 2024
2 parents 700fa0f + be33ab3 commit 1e30087
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e30087

Please sign in to comment.