Skip to content

Commit

Permalink
ci: ci skip: fix build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Sep 28, 2024
1 parent 96c0bf2 commit bd6ec20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
zig build -Doptimize=ReleaseFast --target x86_64-linux --summary all
zig build -Doptimize=ReleaseFast -Dtarget=x86_64-linux --summary all
cp zig-out/bin/zgroup ./
tar czvf zgroup-${GITHUB_REF_NAME}-x86_64-linux.tar.gz zgroup
gh release create ${GITHUB_REF_NAME} ./*.tar.gz --generate-notes

0 comments on commit bd6ec20

Please sign in to comment.