Skip to content

Commit

Permalink
Merge pull request #5369 from zaproxy/kingthorin-patch-1
Browse files Browse the repository at this point in the history
Update create_tech_update.yml - Fix directory name missed in previous update PR
  • Loading branch information
kingthorin authored Mar 26, 2024
2 parents d6e421e + 390f50b commit 25230d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_tech_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git checkout -b $BRANCH
cd ..
rm -rf zap-extensions/addOns/wappalyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/icons
chmod -R 664 wappalyzer/src/images/icons/*.*
chmod -R 664 techs/src/images/icons/*.*
cp -R techs/src/images/icons/ zap-extensions/addOns/wappalyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/icons
cp -f techs/src/technologies/*.json zap-extensions/addOns/wappalyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/technologies/
cp -f techs/src/categories.json zap-extensions/addOns/wappalyzer/src/main/resources/org/zaproxy/zap/extension/wappalyzer/resources/categories.json
Expand Down

0 comments on commit 25230d8

Please sign in to comment.