Skip to content

Commit

Permalink
upload msi
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed May 30, 2024
1 parent 863ddae commit b22c41c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ jobs:
with:
path: "setup_script.iss"

# - name: Upload MSI
# if: matrix.config.os == 'windows-2022' && matrix.config.cc == 'cl'
# uses: actions/upload-artifact@v3
# with:
# name: qtedit4-qt671-x86_64.msi
# path: ${{ runner.workspace }}/build/qtedit4-qt671-x86_64.msi
- name: Upload MSI
if: matrix.config.os == 'windows-2022' && matrix.config.cc == 'cl'
uses: actions/upload-artifact@v3
with:
name: Output/qtedit4-win64.exe
path: ${{ runner.workspace }}/build/qtedit4-qt671-x86_64.msi

0 comments on commit b22c41c

Please sign in to comment.