Skip to content

Commit e545100

Browse files
authored
Fix the publish-test capability. (#123)
1 parent 5278407 commit e545100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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/[email protected]
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:

0 commit comments

Comments
 (0)