Skip to content

Commit e2f75c2

Browse files
committed
Fix workflow
1 parent 8260198 commit e2f75c2

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/flatpak-beta.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,11 @@ jobs:
1616
options: --privileged
1717
steps:
1818
- uses: actions/checkout@v6
19+
- name: Set up QEMU for ARM builds
20+
if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
21+
uses: docker/setup-qemu-action@v4
1922
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
2023
with:
2124
bundle: lbry-daemon.flatpak
2225
manifest-path: org.lbry.daemon.json
2326
verbose: true
24-
- name: Upload Flatpak (x86)
25-
if: ${{ matrix.os == 'ubuntu-24.04' }}
26-
uses: actions/upload-artifact@v7
27-
with:
28-
name: lbry-daemon_x86_64.flatpak
29-
path: ./lbry-daemon.flatpak
30-
- name: Upload Flatpak (ARM)
31-
if: ${{ matrix.os == 'ubuntu-24.04-arm' }}
32-
uses: actions/upload-artifact@v7
33-
with:
34-
name: lbry-daemon_aarch64.flatpak
35-
path: ./lbry-daemon.flatpak

org.lbry.daemon.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
],
2929
"sources": [
3030
{
31-
"dest": ".",
3231
"path": ".",
3332
"type": "dir"
3433
},

0 commit comments

Comments
 (0)