Skip to content

Commit

Permalink
Fix syntax error in build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonali623 committed Nov 18, 2024
1 parent 5e4e21f commit 6fc4671
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: Prepare zip
run: |
mkdir build
mv dist build/
zip -r build.zip build
mkdir build
mv dist build/
zip -r build.zip build
# Publish the asset only if the branch is main or release.
- name: Publish zip
Expand Down

0 comments on commit 6fc4671

Please sign in to comment.