Skip to content

Commit

Permalink
ci:fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
shanimal08 committed Nov 21, 2024
1 parent a288ae6 commit 7a65c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
releaseBody: 'Tari Universe (BETA) - See the assets to download this version and install'
releaseDraft: true
prerelease: true
args: ${{ matrix.args }} --features "${{ env.TS_FEATURES }} --bundles updater"
args: ${{ matrix.args }} --bundles "updater" --features "${{ env.TS_FEATURES }}"

- name: Debug step {artifactPaths}
continue-on-error: true
Expand Down

0 comments on commit 7a65c25

Please sign in to comment.