Skip to content

Commit e86d2bf

Browse files
authored
Actually build flatpak (#43)
* Update main.yml * Update main.yml
1 parent cbb41fd commit e86d2bf

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
flatpak:
77
runs-on: ubuntu-latest
88
container:
9-
image: docker.io/bilelmoussaoui/flatpak-github-actions
9+
image: bilelmoussaoui/flatpak-github-actions
1010
options: --privileged
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: bilelmoussaoui/flatpak-github-actions@v3
12+
- name: Checkout
13+
uses: actions/checkout@v2
14+
15+
- name: Build
16+
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
1417
with:
15-
bundle: "com.github.danrabbit.harvey.flatpak"
16-
manifest-path: "com.github.danrabbit.harvey.yml"
18+
bundle: harvey.flatpak
19+
manifest-path: com.github.danrabbit.harvey.yml
1720
run-tests: true
1821
repository-name: elementary
1922
repository-url: https://flatpak.elementary.io/elementary.flatpakrepo

0 commit comments

Comments
 (0)