Skip to content

Commit

Permalink
fix(cli): update cli version to fix wait argument
Browse files Browse the repository at this point in the history
  • Loading branch information
matzuk committed Jun 5, 2024
1 parent b21ac39 commit 5ffda90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: "android_3_0"
output: "output"
outputGlob: "tests/**"
version: "1.0.15"
version: "1.0.16"

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand All @@ -46,7 +46,7 @@ jobs:
name: "ios_3_0"
output: "output2"
outputGlob: "tests/**"
version: "1.0.15"
version: "1.0.16"

- name: Upload artifact parallel
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5ffda90

Please sign in to comment.