mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 17:09:40 +00:00
Merge pull request #2321 from Kingtous/master
fix: flatpak x86_64 artifact name
This commit is contained in:
commit
86d2116f54
1 changed files with 2 additions and 2 deletions
4
.github/workflows/flutter-nightly.yml
vendored
4
.github/workflows/flutter-nightly.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue