Skip to content

Commit

Permalink
* ci.yml: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
arakiken committed Jan 13, 2025
1 parent 3c2b130 commit a6edb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
(cd gtk && make && make install)
mkdir dist
cp /tmp/ucrt64/bin/*.exe /tmp/ucrt64/bin/*.dll /tmp/ucrt64/lib/*/*.dll dist/
(cd ~/dist; ldd *.exe | sed -n 's/.*=> \([^ ]*\) .*/\1/p' | grep --ignore-case -v /WINDOWS/ | grep -v /dist/ | xargs | sed 's/\(.*\)/cp \1 ./' | sh)
(cd dist; ldd *.exe | sed -n 's/.*=> \([^ ]*\) .*/\1/p' | grep --ignore-case -v /WINDOWS/ | grep -v /dist/ | xargs | sed 's/\(.*\)/cp \1 ./' | sh)
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a6edb6f

Please sign in to comment.