Skip to content

Commit

Permalink
ci: ci skip: sample release
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Sep 28, 2024
1 parent 9f175b7 commit 8ca5e5d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ jobs:
run: |
echo "todo: release here"
zig build -Doptimize=ReleaseFast --summary all
ls -laF zig-out/bin/
gh release list
cp zig-out/bin/zgroup ./
ls -laF
tar czvf zgroup-${GITHUB_REF_NAME}.tar.gz zgroup
ls -laF
gh release create ${GITHUB_REF_NAME} ./*.tar.gz --generate-notes

0 comments on commit 8ca5e5d

Please sign in to comment.