mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: flatpak x86_64 artifact name
This commit is contained in:
parent
6ba3e3ceb3
commit
45561fca7c
4
.github/workflows/flutter-nightly.yml
vendored
4
.github/workflows/flutter-nightly.yml
vendored
@ -1133,12 +1133,12 @@ jobs:
|
|||||||
build-flatpak-amd64:
|
build-flatpak-amd64:
|
||||||
name: Build Flatpak
|
name: Build Flatpak
|
||||||
needs: [build-rustdesk-linux-amd64]
|
needs: [build-rustdesk-linux-amd64]
|
||||||
runs-on: ${{ matrix.job.os }}
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
job:
|
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:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user