Skip to content

Commit

Permalink
Changed lib to src in copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbyrd committed Jun 27, 2024
1 parent e25ccb9 commit 1dfd689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
cd feq-parse_${{ env.RELEASE_VERSION }}-1_${{ env.ARCH }}
mkdir DEBIAN usr usr/local usr/local/include usr/local/lib
cp ../include/*.mod usr/local/include/
cp ../lib/*.so usr/local/lib/
cp ../lib/*.a usr/local/lib/
cp ../src/*.so usr/local/lib/
cp ../src/*.a usr/local/lib/
cat << EOF > DEBIAN/control
Package: feq-parse
Version: ${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit 1dfd689

Please sign in to comment.