Skip to content

Commit abcfd65

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
steps:
6767
- run: curl -LO https://raw.githubusercontent.com/leleliu008/ppkg/master/ppkg
6868
- run: chmod a+x ppkg
69+
6970
- run: ./ppkg setup
7071
- run: ./ppkg update
7172

@@ -192,7 +193,7 @@ jobs:
192193
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
193194
fi
194195
195-
docker run -v $PWD:$PWD -w $PWD $IMAGE run.sh
196+
docker run -v $PWD:$PWD -w $PWD $IMAGE sh run.sh
196197
197198
- run: ls
198199

0 commit comments

Comments
 (0)