Skip to content

Commit f3e7b85

Browse files
committed
Make sure the leaflet with the tarot template is build
1 parent 07a5a73 commit f3e7b85

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,9 @@
5050
CC_TEST_REPORTER_ID: 7482a81acb1b6de49fa6fd2769a014bb9ae8bee408161c23d400b2ac9e95b7cf
5151
- name: Generate new output files
5252
run: |
53-
pipenv run python scripts/convert.py -l all -lt all -t bridge -v 1.22 -e webapp
54-
pipenv run python scripts/convert.py -l all -lt cards -t tarot -v 1.22 -e webapp
55-
pipenv run python scripts/convert.py -l all -lt all -t bridge -v 2.00 -e webapp
56-
pipenv run python scripts/convert.py -l all -lt cards -t tarot -v 2.00 -e webapp
57-
pipenv run python scripts/convert.py -l en -lt all -t bridge -v 1.00 -e mobileapp
58-
pipenv run python scripts/convert.py -l en -lt cards -t tarot -v 1.00 -e mobileapp
53+
pipenv run python scripts/convert.py -l all -lt all -t all -v 1.22 -e webapp
54+
pipenv run python scripts/convert.py -l all -lt all -t all -v 2.00 -e webapp
55+
pipenv run python scripts/convert.py -l en -lt all -t all -v 1.00 -e mobileapp
5956
6057
zip output/owasp_cornucopia_mobileapp_1.00_en.zip output/owasp_cornucopia_mobileapp_1.00_cards_bridge_en.idml output/owasp_cornucopia_mobileapp_1.00_cards_tarot_en.idml output/owasp_cornucopia_mobileapp_1.00_leaflet_bridge_en.idml output/owasp_cornucopia_mobileapp_1.00_leaflet_tarot_en.idml
6158
zip output/owasp_cornucopia_webapp_1.22_en.zip output/owasp_cornucopia_webapp_1.22_cards_bridge_en.idml output/owasp_cornucopia_webapp_1.22_cards_tarot_en.idml output/owasp_cornucopia_webapp_1.22_leaflet_bridge_en.idml output/owasp_cornucopia_webapp_1.22_leaflet_tarot_en.idml

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,9 @@
6767
run: pipenv run coverage report --fail-under 85 scripts/convert*
6868
- name: Generate new output file
6969
run: |
70-
pipenv run python scripts/convert.py -l all -lt all -t bridge -v 1.22 -e webapp
71-
pipenv run python scripts/convert.py -l all -lt all -t tarot -v 1.22 -e webapp
72-
pipenv run python scripts/convert.py -l all -lt all -t bridge -v 2.00 -e webapp
73-
pipenv run python scripts/convert.py -l all -lt all -t tarot -v 2.00 -e webapp
74-
pipenv run python scripts/convert.py -l en -lt all -t bridge -v 1.00 -e mobileapp
75-
pipenv run python scripts/convert.py -l en -lt all -t tarot -v 1.00 -e mobileapp
70+
pipenv run python scripts/convert.py -l all -lt all -t all -v 1.22 -e webapp
71+
pipenv run python scripts/convert.py -l all -lt all -t all -v 2.00 -e webapp
72+
pipenv run python scripts/convert.py -l en -lt all -t all -v 1.00 -e mobileapp
7673
7774
zip output/owasp_cornucopia_mobileapp_1.00_en.zip output/owasp_cornucopia_mobileapp_1.00_cards_bridge_en.idml output/owasp_cornucopia_mobileapp_1.00_cards_tarot_en.idml output/owasp_cornucopia_mobileapp_1.00_leaflet_bridge_en.idml output/owasp_cornucopia_mobileapp_1.00_leaflet_tarot_en.idml
7875
zip output/owasp_cornucopia_webapp_1.22_en.zip output/owasp_cornucopia_webapp_1.22_cards_bridge_en.idml output/owasp_cornucopia_webapp_1.22_cards_tarot_en.idml output/owasp_cornucopia_webapp_1.22_leaflet_bridge_en.idml output/owasp_cornucopia_webapp_1.22_leaflet_tarot_en.idml

0 commit comments

Comments
 (0)