Skip to content

Commit

Permalink
Update create_tech_update.yml
Browse files Browse the repository at this point in the history
Fix directory name missed in previous update PR

Signed-off-by: Rick M <kingthorin@users.noreply.github.com>
  • Loading branch information
kingthorin authored Mar 26, 2024
1 parent d6e421e commit 390f50b
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 390f50b

Please sign in to comment.