diff --git a/.gitea/workflows/build-xmrig-arm64.yaml b/.gitea/workflows/build-xmrig-arm64.yaml index a103671..caf6e71 100644 --- a/.gitea/workflows/build-xmrig-arm64.yaml +++ b/.gitea/workflows/build-xmrig-arm64.yaml @@ -24,7 +24,7 @@ jobs: mkdir -p /mnt/buildx docker run --rm --platform linux/arm64 -v /mnt/buildx:/mnt alpine:latest /bin/sh -c " touch /mnt/README.txt - echo "in buildx" + echo \"in buildx\" ls /mnt " echo "out buildx" @@ -34,4 +34,4 @@ jobs: uses: christopherhx/gitea-upload-artifact@v4 with: name: test - path: /mnt/buildx + path: /mnt