File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 working-directory : desktopApp/flatpak/
9393 run : |
9494 flatpak-builder --force-clean --state-dir=build/flatpak-builder --repo=build/flatpak-repo build/flatpak-target com.artemchep.keyguard.yml
95- flatpak build-bundle build/flatpak-repo "Keyguard-$(find . -type f -regex '\./desktopApp /build/distributions/.*\.tar.gz' | sed -E 's/.*-([0-9]+\.[0-9]+\.[0-9]+)-.*/\1/')-${{ matrix.arch }}.flatpak" com.artemchep.keyguard
95+ flatpak build-bundle build/flatpak-repo "Keyguard-$(find . -type f -regex '\.\. /build/distributions/.*\.tar.gz' | sed -E 's/.*-([0-9]+\.[0-9]+\.[0-9]+)-.*/\1/')-${{ matrix.arch }}.flatpak" com.artemchep.keyguard
9696 - name : ' Upload .flatpak'
9797 uses : actions/upload-artifact@v6
9898 with :
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 working-directory : desktopApp/flatpak/
163163 run : |
164164 flatpak-builder --force-clean --state-dir=build/flatpak-builder --repo=build/flatpak-repo build/flatpak-target com.artemchep.keyguard.yml
165- flatpak build-bundle build/flatpak-repo "Keyguard-$(find . -type f -regex '\./desktopApp /build/distributions/.*\.tar.gz' | sed -E 's/.*-([0-9]+\.[0-9]+\.[0-9]+)-.*/\1/')-${{ matrix.arch }}.flatpak" com.artemchep.keyguard
165+ flatpak build-bundle build/flatpak-repo "Keyguard-$(find . -type f -regex '\.\. /build/distributions/.*\.tar.gz' | sed -E 's/.*-([0-9]+\.[0-9]+\.[0-9]+)-.*/\1/')-${{ matrix.arch }}.flatpak" com.artemchep.keyguard
166166 - name : ' Upload .flatpak'
167167 uses : actions/upload-artifact@v6
168168 with :
You can’t perform that action at this time.
0 commit comments