File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
target : x86_64-unknown-linux-gnu
39
39
arch : x64
40
40
- os : buildjet-4vcpu-ubuntu-2204-arm
41
- target : arm64 -unknown-linux-gnu
41
+ target : aarch64 -unknown-linux-gnu
42
42
arch : arm64
43
43
- os : windows-2019
44
44
target : x86_64-pc-windows-msvc
49
49
steps :
50
50
- uses : actions/checkout@v2
51
51
with :
52
- ref : ${{ github.event.release.tag_name }}${{ github.ref }}
52
+ ref : ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
53
53
- uses : c-hive/gha-yarn-cache@v1
54
54
55
55
with :
@@ -102,7 +102,7 @@ jobs:
102
102
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
103
103
- uses : actions/checkout@v3
104
104
with :
105
- ref : ${{ github.event.release.tag_name }}${{ github.ref }}
105
+ ref : ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
106
106
- uses : c-hive/gha-yarn-cache@v1
107
107
- uses : actions-rs/toolchain@v1
108
108
with :
You can’t perform that action at this time.
0 commit comments