Skip to content

Commit

Permalink
yeah okay whatever man
Browse files Browse the repository at this point in the history
  • Loading branch information
Osmose committed Sep 22, 2024
1 parent 9c8e9db commit 189ddbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
if: matrix.platform == 'macos-latest'
run: |
mv phantomake ./packages/gui/src-tauri/binaries/phantomake-universal-apple-darwin
cd ./packages/gui/src-tauri-binaries
cd ./packages/gui/src-tauri/binaries
ln -s phantomake-universal-apple-darwin phantomake-aarch64-apple-darwin
ln -s phantomake-universal-apple-darwin phantomake-x86_64-apple-darwin
pwd
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.23",
"version": "0.4.24",
"license": "ISC",
"module": "src/index.ts",
"bin": "./src/cli.ts",
Expand Down

0 comments on commit 189ddbd

Please sign in to comment.