Merge pull request #2321 from Kingtous/master

fix: flatpak x86_64 artifact name
This commit is contained in:
RustDesk 2022-11-25 22:17:46 +08:00 committed by GitHub
commit 86d2116f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1133,12 +1133,12 @@ jobs:
build-flatpak-amd64:
name: Build Flatpak
needs: [build-rustdesk-linux-amd64]
runs-on: ${{ matrix.job.os }}
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
job:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04, arch: x86_64 }
- { target: x86_64-unknown-linux-gnu, os: ubuntu-18.04, arch: x86_64 }
steps:
- name: Checkout source code
uses: actions/checkout@v3