mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
Fix Flatpak CI: stub vendor dirs for tauri-build and move to GNOME 50.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -150,7 +150,7 @@ jobs:
|
||||
needs: [test, version, vendor]
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
|
||||
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-50
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -164,7 +164,7 @@ jobs:
|
||||
with:
|
||||
bundle: io.github.tommyfang.DshDesktop.flatpak
|
||||
manifest-path: flatpak/io.github.tommyfang.DshDesktop.yml
|
||||
cache-key: flatpak-gnome-47-${{ hashFiles('flatpak/io.github.tommyfang.DshDesktop.yml', 'Cargo.lock') }}
|
||||
cache-key: flatpak-gnome-50-${{ hashFiles('flatpak/io.github.tommyfang.DshDesktop.yml', 'Cargo.lock') }}
|
||||
upload-artifact: false
|
||||
|
||||
- name: Attach Flatpak to GitHub Release
|
||||
|
||||
Reference in New Issue
Block a user