Skip to content

Commit

Permalink
Merge pull request #21 from leolost2605/ci
Browse files Browse the repository at this point in the history
Fix ci
  • Loading branch information
leolost2605 authored Dec 23, 2023
2 parents 5e32052 + 91c6283 commit 3718eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

# This job runs in a special container designed for building Flatpaks for AppCenter
container:
image: ghcr.io/elementary/flatpak-platform/runtime:6
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged

# Steps represent a sequence of tasks that will be executed as part of the job
Expand All @@ -26,12 +26,12 @@ jobs:
# This is the name of the Bundle file we're building and can be anything you like
bundle: Gradebook.flatpak
# This uses your app's RDNN ID
manifest-path: io.github.leolost2605.gradebook.yml
manifest-path: io.github.leolost2605.gradebook.json

# You can automatically run any of the tests you've created as part of this workflow
run-tests: true

# These lines specify the location of the elementary Runtime and Sdk
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
repository-name: flathub
repository-url: https://dl.flathub.org/repo/flathub.flatpakrepo
cache-key: "flatpak-builder-${{ github.sha }}"
19 changes: 0 additions & 19 deletions io.github.leolost2605.gradebook.yml

This file was deleted.

0 comments on commit 3718eb2

Please sign in to comment.