Skip to content

Commit

Permalink
ci: More minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Jun 23, 2022
1 parent 9a10173 commit 840d687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
apk add --no-cache gcc go zstd
- name: "Create and package build tree"
run: |
./build.sh --static build
./build.sh --destdir ~/package-output/ install
./build.sh --builddir ~/package-output/ --static build
ver=$(cat .version)
mv ~/package-output/ ~/maddy-$ver-x86_64-linux-musl
cd ~
Expand Down

0 comments on commit 840d687

Please sign in to comment.