Skip to content

Commit

Permalink
Add missing distPath
Browse files Browse the repository at this point in the history
  • Loading branch information
Osmose committed Sep 21, 2024
1 parent c73a290 commit b05580d
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 @@ -157,3 +157,4 @@ jobs:
releaseName: ${{ github.ref_name }}
args: ${{ matrix.args }}
projectPath: ./packages/gui
distPath: ./packages/gui/dist
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.11",
"version": "0.4.12",
"license": "ISC",
"module": "src/index.ts",
"bin": "./src/cli.ts",
Expand Down

0 comments on commit b05580d

Please sign in to comment.