Skip to content

Commit 7869600

Browse files
committed
Updating verbage
1 parent b45347a commit 7869600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packager_deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Building bor for arm64
8383
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
8484

85-
- name: Copying necessary binary file
85+
- name: Copying necessary binary post arm64 build
8686
run: cp -rp build/bin/bor packaging/deb/bor/usr/bin/
8787

8888
# Control file for arm64 creation

0 commit comments

Comments
 (0)