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 3838 target : x86_64-unknown-linux-gnu
3939 arch : x64
4040 - os : buildjet-4vcpu-ubuntu-2204-arm
41- target : arm64 -unknown-linux-gnu
41+ target : aarch64 -unknown-linux-gnu
4242 arch : arm64
4343 - os : windows-2019
4444 target : x86_64-pc-windows-msvc
4949 steps :
5050 - uses : actions/checkout@v2
5151 with :
52- ref : ${{ github.event.release.tag_name }}${{ github.ref }}
52+ ref : ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
5353 - uses : c-hive/gha-yarn-cache@v1
5454 - uses : actions/setup-node@v2.1.5
5555 with :
@@ -102,7 +102,7 @@ jobs:
102102 sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
103103 - uses : actions/checkout@v3
104104 with :
105- ref : ${{ github.event.release.tag_name }}${{ github.ref }}
105+ ref : ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
106106 - uses : c-hive/gha-yarn-cache@v1
107107 - uses : actions-rs/toolchain@v1
108108 with :
You can’t perform that action at this time.
0 commit comments