diff --git a/.github/workflows/packager_deb.yml b/.github/workflows/packager_deb.yml index ff76627e55..526d0e75a6 100644 --- a/.github/workflows/packager_deb.yml +++ b/.github/workflows/packager_deb.yml @@ -82,7 +82,7 @@ jobs: - name: Building bor for arm64 run: GOARCH=arm64 GOOS=linux CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ CGO_ENABLED=1 go build -o build/bin/bor ./cmd/cli/main.go - - name: Copying necessary binary file + - name: Copying necessary binary post arm64 build run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/ # Control file for arm64 creation