Skip to content

Commit 7499a30

Browse files
committed
optimized
Signed-off-by: leleliu008 <leleliu008@gmail.com>
1 parent d6d1134 commit 7499a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
run: |
180180
set -x
181181
182-
targetArch = ${{ matrix.target-arch }}
182+
targetArch=${{ matrix.target-arch }}
183183
184184
case $targetArch in
185185
x86_64) IMAGE=alpine ;;

0 commit comments

Comments
 (0)