Skip to content

Commit

Permalink
Merge pull request #1817 from ghutchis/grab-signed-installer
Browse files Browse the repository at this point in the history
Upload the signed installer as Win64-signed.exe
  • Loading branch information
ghutchis authored Nov 24, 2024
2 parents 1e30087 + dd929c3 commit b5c7978
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,18 +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
uses: actions/upload-artifact@v4
with:
path: ${{ runner.workspace }}/build/Win64*.*
path: ${{ runner.workspace }}/build/Avogadro2*.*
name: 'Win64-signed.exe'

- name: Setup tmate session
Expand Down

0 comments on commit b5c7978

Please sign in to comment.