diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80f8558..f2d9df4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-latest, ubuntu-20.04, windows-latest] + platform: [windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -31,12 +31,6 @@ jobs: - name: install Rust stable uses: dtolnay/rust-toolchain@stable - - name: install dependencies (ubuntu only) - if: matrix.platform == 'ubuntu-20.04' - run: | - sudo apt-get update - sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - - name: install frontend dependencies run: npm install # change this to npm or pnpm depending on which one you use @@ -45,7 +39,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: 'App v__VERSION__' + releaseName: 'Jankboard 2 v__VERSION__' releaseBody: 'See the assets to download this version and install.' releaseDraft: true prerelease: false