From 7869600b244ba0b1a455eb1f2d698d8a18df958a Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 5 Dec 2024 11:05:20 -0600 Subject: [PATCH] Updating verbage --- .github/workflows/packager_deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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