We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfd7bc commit 30d0f70Copy full SHA for 30d0f70
.github/workflows/dist.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Create Zip File
36
run: |
37
cd ${GITHUB_WORKSPACE}/flipperzero-firmware/dist/f7-D/apps_data/nfc/plugins
38
- zip -r plugins.zip . -x all_in_one_parser.fal opal_parser.fal myki_parser.fal troika_parser.fal two_cities_parser.fal plantain_parser.fal
+ zip -r plugins.zip . -x all_in_one_parser.fal opal_parser.fal myki_parser.fal troika_parser.fal two_cities_parser.fal plantain_parser.fal aime_parser.fal
39
40
- name: Create Release
41
uses: softprops/action-gh-release@v1
0 commit comments