Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp Dong committed Oct 31, 2024
1 parent 82b8978 commit 07e4c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
extract: true
- name: Add Binary to PATH
run: |
echo "$HOME/dart-sass" >> "$GITHUB_PATH"
echo "$GITHUB_WORKSPACE/dart-sass" >> "$GITHUB_PATH"
- name: Compile
run: |
cd ./src; make
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
extract: true
- name: Add Binary to PATH
run: |
echo "$HOME/dart-sass" >> "$GITHUB_PATH"
echo "$GITHUB_WORKSPACE/dart-sass" >> "$GITHUB_PATH"
- name: Compile
run: |
cd ./src; make all-and-compress
Expand Down

0 comments on commit 07e4c10

Please sign in to comment.