Skip to content

Commit 840d687

Browse files
committed
ci: More minor fixes
1 parent 9a10173 commit 840d687

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
apk add --no-cache gcc go zstd
6060
- name: "Create and package build tree"
6161
run: |
62-
./build.sh --static build
63-
./build.sh --destdir ~/package-output/ install
62+
./build.sh --builddir ~/package-output/ --static build
6463
ver=$(cat .version)
6564
mv ~/package-output/ ~/maddy-$ver-x86_64-linux-musl
6665
cd ~

0 commit comments

Comments
 (0)