Skip to content

Commit d44f523

Browse files
fix flatpak github actions
1 parent 2eac00e commit d44f523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/flatpak_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
name: "Build"
1717
with:
1818
bundle: test_modbus-tcp-client-shm.flatpak
19-
manifest-path: network.koesling.modbus-tcp-client-shm
19+
manifest-path: network.koesling.modbus-tcp-client-shm.yml
2020
cache-key: flatpak-builder-${{ github.sha }}

.github/workflows/flatpak_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
name: "Build"
1717
with:
1818
bundle: modbus-tcp-client-shm.flatpak
19-
manifest-path: network.koesling.modbus-tcp-client-shm
19+
manifest-path: network.koesling.modbus-tcp-client-shm.yml
2020
cache-key: flatpak-builder-${{ github.sha }}

0 commit comments

Comments
 (0)