Skip to content

Commit

Permalink
chore: update installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Sep 4, 2024
1 parent 00a00e3 commit 3b2d1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
- 'docs/**'
- 'ISSUE_TEMPLATE/**'
- '**/remove-old-artifacts.yml'
- '**/build-installer.yml'
- '**/release.yml'

env:
BUILD_TYPE: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Upload Windows installer as artifact
if: success()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: installers
path: ${{ github.workspace }}/wix/*.msi
Expand Down

0 comments on commit 3b2d1f0

Please sign in to comment.