Skip to content

Commit

Permalink
Moved example manifest from test folder (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger authored Aug 7, 2023
1 parent b174083 commit 1b0a6fe
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 46 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
applications/**/manifest.yml
files_ignore: |
.github
test
example
- name: JSONify changes
id: set-json-output
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
id: self-test
uses: ./.github/actions/bundle
with:
path: test/manifest.yml
path: example/manifest.yml

- name: Create bundle artifact
uses: actions/upload-artifact@v3
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/selftest.yml

This file was deleted.

26 changes: 26 additions & 0 deletions example/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## This is a sample manifest file for the Flipper Zero app catalog.
## Create one for your app in a corresponding directory in the 'applications' folder.

sourcecode:
type: git
location:
## Specify the git URL of your repository here
origin: https://github.com/flipperdevices/flipperzero-catalog-sample-app.git
## Put the fill commit SHA of the commit with the app's code you want to submit
commit_sha: a614af3979876fdc1e9f7d2f6c93b4c8f32b1d03
## If your app is located in a subdirectory of the repository, specify it here
# subdir: .
## If applicaion.fam contains 'fap_descriptiopn', it will be used as a short description
# short_description: A short app description.
## For description and changelog you can use limited markdown syntax.
## you can also specify a file from your app's repository as a source with @
description: |
A long app description.
Very long.
Spanning multiple lines.
changelog: "@CHANGELOG.md"
## Unmodified screenshots from qFlipper
screenshots:
- screenshots/flp0.png
- screenshots/flp1.png
- screenshots/flp2.png
14 changes: 0 additions & 14 deletions test/manifest.yml

This file was deleted.

0 comments on commit 1b0a6fe

Please sign in to comment.