diff options
author | Aaron Sonin <10217842+byteduck@users.noreply.github.com> | 2023-01-02 11:59:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 11:59:29 -0700 |
commit | e0e3d4d8feec359dbd1df7ccff2573af49d14d91 (patch) | |
tree | be85bccd5764d178fd62f3a5ddf2cac7fbb57239 /.github/workflows | |
parent | ba81ad1ac3cff48b973ee167802a5d6398eac990 (diff) | |
parent | 4b12c85d91be34504384117584fb4f25a754481e (diff) | |
download | PrismLauncher-e0e3d4d8feec359dbd1df7ccff2573af49d14d91.tar.gz PrismLauncher-e0e3d4d8feec359dbd1df7ccff2573af49d14d91.tar.bz2 PrismLauncher-e0e3d4d8feec359dbd1df7ccff2573af49d14d91.zip |
Merge branch 'PrismLauncher:develop' into instance-accounts
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14c5b5e5..b6e179e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -546,11 +546,10 @@ jobs: submodules: 'true' - name: Build Flatpak (Linux) if: inputs.build_type == 'Debug' - uses: flatpak/flatpak-github-actions/flatpak-builder@v4 + uses: flatpak/flatpak-github-actions/flatpak-builder@v5 with: bundle: "Prism Launcher.flatpak" manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml - cache-key: flatpak-${{ github.sha }}-x86_64 nix: runs-on: ubuntu-latest |