Skip to content

Commit

Permalink
fix: 🐛 Change double quotes to single quotes
Browse files Browse the repository at this point in the history
as double quotes cannot be used in `if` value
  • Loading branch information
gh640 committed Apr 15, 2024
1 parent 56aae6f commit 77a7491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: npm run build
- name: Upload artifact if the event is push
if: github.event_name == "push"
if: github.event_name == 'push'
uses: actions/upload-artifact@v4
with:
name: dist
Expand Down

0 comments on commit 77a7491

Please sign in to comment.