Skip to content

Commit

Permalink
only publish to github, skip linux
Browse files Browse the repository at this point in the history
  • Loading branch information
laubsauger committed Sep 18, 2022
1 parent f7c1a33 commit ec70a60
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "socket-server",
"version": "0.1.1",
"version": "0.0.2",
"private": true,
"main": "public/electron.js",
"description": "socketosc server wrapped in electron",
"scripts": {
"postinstall": "electron-builder install-app-deps",
"release": "electron-builder --mac --windows --linux --publish always",
Expand All @@ -17,7 +18,7 @@
"make": "electron-forge make"
},
"keywords": [],
"author": "",
"author": "laubsauger",
"license": "ISC",
"eslintConfig": {
"extends": [
Expand Down Expand Up @@ -79,6 +80,17 @@
"typescript": "^4.5.5",
"wait-on": "^6.0.1"
},
"build": {
"win": {
"publish": ["github"]
},
"mac": {
"publish": ["github"]
},
"linux": {
"publish": ["github"]
}
},
"config": {
"forge": {
"packagerConfig": {},
Expand Down

0 comments on commit ec70a60

Please sign in to comment.