diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 16407fc..ad2399d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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') }} \ No newline at end of file + release: ${{ startsWith(github.ref, 'refs/tags/v') }} + # prevent snap publication + args: '-c.snap.publish=github' \ No newline at end of file diff --git a/README.md b/README.md index 98d8666..38e251f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 2e58211..ecde298 100644 --- a/package.json +++ b/package.json @@ -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"