bump tauri-apps/tauri-action to dev in onelauncher and oneclient workflow files
#460
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
the actions workflow file for oneclient releases is using
tauri-apps/tauri-action@v0which is outdated:OneLauncher/.github/workflows/oneclient_release.yml
Line 42 in f8771fb
and additionally incorrectly uses option
uploadUpdaterJson, which is the name that optionincludeUpdaterJsonwas renamed to afterv0(tauri-apps/tauri-action@25f3730):OneLauncher/.github/workflows/oneclient_release.yml
Line 55 in f8771fb
which causes the following warning to appear for every build platform (4 total), because of using a parameter from
v1inv0:so this pr just bumps
tauri-apps/tauri-actionto v1 :)i also took the effort to bump it on the onelauncher file too to make sure any future inclusions of the
uploadUpdaterJsonsetting will not cause such warnings