Skip to content

Commit 630b2f1

Browse files
committed
ARCH=uname -m
1 parent 85fc709 commit 630b2f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- name: Build
3131
run: |
3232
make -f Makefile.linux libprism.a
33-
cd bin && ARCH=`uname -m` zip -9 -r ../linux-${ARCH}.zip libprism.a
33+
ARCH=`uname -m`
34+
cd bin && zip -9 -r ../linux-${ARCH} libprism.a
3435
3536
3637
- name: Create GitHub Release

0 commit comments

Comments
 (0)