Skip to content

Commit

Permalink
fixed build for ubuntu and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hannydevelop committed Dec 16, 2023
1 parent 634df12 commit 7c77f40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- name: Check out Git repository
Expand All @@ -28,4 +28,6 @@ jobs:

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
# prevent snap publication
args: '-c.snap.publish=github'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We are working on incorporating other Git hosting platflorms.

## Instructions

First, download the version that suits your [system's operating system](). Now, follow the instruction for the operating system package you installed.
First, download the version that suits your [system's operating system](https://github.com/hannydevelop/peppubuild-desktop/releases). Now, follow the instruction for the operating system package you installed.

### Windows

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"electron": "^16.0.7",
"electron-builder": "^22.14.5",
"electron-builder": "^23.0.3",
"eslint": "^8.7.0",
"release-it": "^16.3.0",
"rimraf": "^3.0.2"
Expand Down

0 comments on commit 7c77f40

Please sign in to comment.