Skip to content

Commit d7b5e54

Browse files
committed
optimized
Signed-off-by: leleliu008 <leleliu008@gmail.com>
1 parent faa43af commit d7b5e54

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/upload-artifact@v4
123123
with:
124124
name: uppm---MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}-tar
125-
path: uppm-*-MacOSX-${{ matrix.target-version }}-${{ matrix.target-arch }}.tar.*
125+
path: uppm-*-macos-${{ matrix.target-version }}-${{ matrix.target-arch }}.tar.*
126126

127127

128128
linux:
@@ -132,7 +132,7 @@ jobs:
132132
strategy:
133133
fail-fast: false
134134
matrix:
135-
target-arch: [x86_64, aarch64, ppc64le, riscv64, s390x]
135+
target-arch: [x86_64, aarch64, riscv64, s390x]
136136

137137
runs-on: ubuntu-latest
138138

@@ -185,6 +185,7 @@ jobs:
185185
case $targetArch in
186186
x86_64) IMAGE=alpine ;;
187187
aarch64) IMAGE=arm64v8/alpine ;;
188+
riscv64) IMAGE=riscv64/alpine:edge ;;
188189
*) IMAGE=${{ matrix.target-arch }}/alpine ;;
189190
esac
190191

0 commit comments

Comments
 (0)