Skip to content

Commit

Permalink
Check the build directory for the final signed artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 24, 2024
1 parent 700fa0f commit be33ab3
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 be33ab3

Please sign in to comment.