mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 00:31:27 +00:00
use SNAPSHOT version of flatpak action
and keep build dirs
This commit is contained in:
3
.github/workflows/linux-flatpak.yml
vendored
3
.github/workflows/linux-flatpak.yml
vendored
@@ -65,12 +65,13 @@ jobs:
|
||||
if-no-files-found: error
|
||||
path: |
|
||||
org.cryptomator.Cryptomator.${{matrix.variant.arch}}.yaml
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@92ae9851ad316786193b1fd3f40c4b51eb5cb101 # v6.6
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@401fe28a8384095fc1531b9d320b292f0ee45adb # SNAPSHOT
|
||||
with:
|
||||
bundle: cryptomator.flatpak
|
||||
manifest-path: org.cryptomator.Cryptomator.yaml
|
||||
cache-key: flatpak-builder-${{ github.sha }}
|
||||
arch: ${{ matrix.variant.arch }}
|
||||
keep-build-dirs: true
|
||||
- name: Update maven dependencies
|
||||
run: >
|
||||
( cd .flatpak-builder/build/cryptomator-1/.m2/repository/
|
||||
|
||||
Reference in New Issue
Block a user