Skip to content

Commit

Permalink
Fix release build directory path on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabadka committed Aug 12, 2024
1 parent 8a4c6dc commit d6f6fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Set git safe dir
run: |
export GIT_CEILING_DIRECTORIES=/__w # only work before git v2.35.2
git config --global --add safe.directory /__w/libjxl/libjxl
git config --global --add safe.directory /__w/jpegli/jpegli
- name: Checkout the source
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
Expand Down

0 comments on commit d6f6fa7

Please sign in to comment.