Skip to content

Commit

Permalink
ci: check for artifacts and add msi back
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 25, 2024
1 parent 43db041 commit dc56bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
args: ''
- platform: 'windows-2019'
args: '--bundles updater'
args: '--bundles updater, msi'
- platform: 'macos-latest'
args: '--target universal-apple-darwin'

Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
run: echo "Artifact ID from previous job is $artifactPaths"

- name: Upload BETA releases
if: ${{ ( github.event_name == 'schedule' ) || ( ! startsWith(github.ref, 'refs/heads/release') ) }}
if: ${{ (steps.build.outputs.artifactPaths) && ( github.event_name == 'schedule' ) || ( ! startsWith(github.ref, 'refs/heads/release') ) }}
uses: actions/upload-artifact@v4
with:
name: tari-universe-beta_${{ steps.build.outputs.appVersion }}_${{ matrix.platform }}
Expand Down

0 comments on commit dc56bf6

Please sign in to comment.