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:
|
||||
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 New Issue
Block a user