Skip to content

Commit

Permalink
why no symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Osmose committed Sep 22, 2024
1 parent 90b432d commit f011df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
mv ${{ matrix.artifact-name }} ./packages/gui/src-tauri/binaries/phantomake-universal-apple-darwin
ln -s ./packages/gui/src-tauri/binaries/phantomake-universal-apple-darwin ./packages/gui/src-tauri/binaries/phantomake-aarch64-apple-darwin
ln -s ./packages/gui/src-tauri/binaries/phantomake-universal-apple-darwin ./packages/gui/src-tauri/binaries/phantomake-x86_64-apple-darwin
ls -l ./packages/gui/src-tauri/binaries
- name: Copy Phantomake binary to tauri binaries dir (Windows)
if: matrix.platform == 'windows-latest'
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.20",
"version": "0.4.21",
"license": "ISC",
"module": "src/index.ts",
"bin": "./src/cli.ts",
Expand Down

0 comments on commit f011df5

Please sign in to comment.