From 2b5ee3ab5307199ce06854baca3c8c8a3dcaee1f Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sun, 2 Apr 2023 16:26:02 +0700 Subject: [PATCH] updated github action --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21299500..6d71a648 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: args: '--target x86_64-apple-darwin' - platform: 'macos-latest' args: '--target aarch64-apple-darwin' - - platform: 'ubuntu-18.04' + - platform: 'ubuntu-20.04' args: '' - platform: 'windows-latest' args: '--target x86_64-pc-windows-msvc' @@ -38,7 +38,7 @@ jobs: with: targets: aarch64-apple-darwin - name: install dependencies (ubuntu only) - if: matrix.settings.platform == 'ubuntu-18.04' + if: matrix.settings.platform == 'ubuntu-20.04' run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf @@ -61,7 +61,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version + tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: 'App v__VERSION__' releaseBody: 'See the assets to download this version and install.' releaseDraft: true