Skip to content

Commit

Permalink
discord chmoderator
Browse files Browse the repository at this point in the history
  • Loading branch information
Osmose committed Sep 22, 2024
1 parent bec5074 commit ea35dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Build phantomake
run: |
bun run build
chmod +x phantomake
tar -zcvf phantomake-linux.tar.gz phantomake
- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
bun build src/cli.ts --compile --minify --target=bun-darwin-arm64 --outfile=phantomake-arm64
bun build src/cli.ts --compile --minify --target=bun-darwin-x64 --outfile=phantomake-x64
lipo -create -output phantomake phantomake-arm64 phantomake-x64
chmod +x phantomake
tar -zcvf phantomake-macos.tar.gz phantomake
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/phantomake/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phantomake",
"description": "A file-focused static site generator",
"version": "0.4.25",
"version": "0.4.26",
"license": "ISC",
"module": "src/index.ts",
"bin": "./src/cli.ts",
Expand Down

0 comments on commit ea35dd8

Please sign in to comment.