Skip to content

Commit 1f7616a

Browse files
committed
chore: Correct a path to the .tar
1 parent 87ea122 commit 1f7616a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/new_flatpak.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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:

.github/workflows/new_tag_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)