Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchalmers committed Aug 2, 2022
1 parent e3413e8 commit 3d70940
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ jobs:
- name: Create installer
run: |
dotnet tool install --global wix --version 4.0.0-preview.0
wix build Product.wxs -o "publish\Install Steam Account Switcher.msi"
wix build Product.wxs -o "publish/Install Steam Account Switcher.msi"
- name: Create GitHub release
uses: softprops/action-gh-release@v1
uses: ncipollo/release-action@v1
with:
files: |
"publish\SteamAccountSwitcher.exe"
"publish\Install Steam Account Switcher.msi"
fail_on_unmatched_files: true
artifacts: "publish/*.exe,publish/*.msi"
allowUpdates: true
artifactErrorsFailBuild: true
prerelease: contains(github.ref, 'beta')

0 comments on commit 3d70940

Please sign in to comment.