fix: missing fi

This commit is contained in:
ZackaryW 2024-09-07 12:51:35 -07:00
parent a95d61133b
commit 9911d19dfd
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ jobs:
cp manifest.json output/ cp manifest.json output/
if [ -f styles.css ]; then if [ -f styles.css ]; then
cp styles.css output/ cp styles.css output/
fi
if [ -f main.js ]; then if [ -f main.js ]; then
cp main.js output/ cp main.js output/
fi fi