Skip to content

Commit

Permalink
copy from target
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 7, 2024
1 parent 0795a93 commit bc10d04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-libaec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
# Copy header
cp crates/libaec/libaec.h "${{ matrix.build-dir }}/"
cp crates/libaec/binds/* "${{ matrix.build-dir }}/"
cp -f "target/release/libaec.a" "${{ matrix.build-dir }}/" || :
cp -f "target/release/libaec.so" "${{ matrix.build-dir }}/" || :
cp -f "target/release/libaec.lib" "${{ matrix.build-dir }}/" || :
cp -f "target/release/libaec.dll" "${{ matrix.build-dir }}/" || :
cp -f "target/release/${{ matrix.target }}/libaec.a" "${{ matrix.build-dir }}/" || :
cp -f "target/release/${{ matrix.target }}/libaec.so" "${{ matrix.build-dir }}/" || :
cp -f "target/release/${{ matrix.target }}/libaec.lib" "${{ matrix.build-dir }}/" || :
cp -f "target/release/${{ matrix.target }}/libaec.dll" "${{ matrix.build-dir }}/" || :
shell: bash

Expand Down

0 comments on commit bc10d04

Please sign in to comment.