Skip to content

Commit

Permalink
deps and dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Feb 27, 2024
1 parent 1440eb5 commit 7426896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/mac-arm64/cables.app
asset_path: cables_electron/dist/mac-arm64/cables.app
asset_name: cables.app
asset_content_type: application/octet-stream
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"pako": "2.1.0",
"marked": "1.2.9",
"jsonfile": "6.1.0",
"cables-shared": "file:../shared",
"electron": "29.0.0"
"cables-shared": "file:../shared"
},
"devDependencies": {
"electron": "29.0.0",
"electron-builder": "24.12.0",
"git-repo-info": "2.1.1",
"gulp": "4.0.2",
Expand Down

0 comments on commit 7426896

Please sign in to comment.