Skip to content

Commit

Permalink
fix conf
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Aug 3, 2024
1 parent b79542e commit c94ec23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-chrome-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
echo "version_app=${version_str}" >> $GITHUB_OUTPUT
echo "env_version_app=${version_str}" >> $GITHUB_ENV
- name: Check build directory exists
run: |
if [ ! -d "build/chrome-extension" ]; then
echo "Error: build/chrome-extension directory does not exist."
exit 1
fi
- name: Zip build folder
run: |
cd build/chrome-extension
Expand Down

0 comments on commit c94ec23

Please sign in to comment.