diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b862ba3..388ee4a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Build for ARM run: | docker run --rm --privileged tonistiigi/binfmt --install all - docker run --rm -v $(pwd):/workspace -w /workspace multiarch/debian-debootstrap:arm64-buster sh -c "apt update && apt install -y make gcc g++ unzip && make all" + docker run --rm -v $(pwd):/workspace multiarch/debian-debootstrap:arm64-buster sh -c "apt update && apt install -y make gcc g++ unzip && cd /workspace && make all" - uses: actions/upload-artifact@v4 with: path: Dist/