Skip to content

Commit

Permalink
fix: fix error in yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
RalXYZ committed Nov 3, 2024
1 parent 124924a commit e57a902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Add Binary to PATH
run: |
echo "$GITHUB_WORKSPACE/dart-sass" >> "$GITHUB_PATH"
- name: Compile
- name: Compile
run: |
cd ./src; make all-and-compress
- name: Release
Expand Down

0 comments on commit e57a902

Please sign in to comment.