File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
# Existing version
18
18
- name : Install binary(arm64)
19
19
run : |
20
- ./bor.sh v2.1 .0-beta4 amoy sentry
20
+ ./bor.sh v2.2 .0-beta amoy sentry
21
21
./heimdall.sh v1.2.3 amoy sentry
22
22
# New version
23
23
- name : Install binary and test removal(arm64)
24
24
run : |
25
- ./bor.sh v2.2.0 -beta amoy sentry
25
+ ./bor.sh v2.2.1 -beta amoy sentry
26
26
./heimdall.sh v1.6.0-beta amoy sentry
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
# Existing version
17
17
- name : Install binary(amd64/x86)
18
18
run : |
19
- ./bor.sh v2.1 .0-beta4 amoy sentry
19
+ ./bor.sh v2.2 .0-beta amoy sentry
20
20
./heimdall.sh v1.2.3 amoy sentry
21
21
# New version
22
22
- name : Install binary and test removal(amd64/x86)
23
23
run : |
24
- ./bor.sh v2.2.0 -beta amoy sentry
24
+ ./bor.sh v2.2.1 -beta amoy sentry
25
25
./heimdall.sh v1.6.0-beta amoy sentry
You can’t perform that action at this time.
0 commit comments