Skip to content

Commit

Permalink
Exclude aime_parser.fal from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
noproto authored Dec 12, 2023
1 parent dbfd7bc commit 30d0f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create Zip File
run: |
cd ${GITHUB_WORKSPACE}/flipperzero-firmware/dist/f7-D/apps_data/nfc/plugins
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
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 30d0f70

Please sign in to comment.