Skip to content

Commit

Permalink
Fixed error in copy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbyrd committed Jun 27, 2024
1 parent c51b084 commit e25ccb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
mkdir feq-parse_${{ env.RELEASE_VERSION }}-1_${{ env.ARCH }}
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/*.mod
cp ../lib/*.so usr/local/lib/*.so
cp ../lib/*.a usr/local/lib/*.a
cp ../include/*.mod usr/local/include/
cp ../lib/*.so usr/local/lib/
cp ../lib/*.a usr/local/lib/
cat << EOF > DEBIAN/control
Package: feq-parse
Version: ${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit e25ccb9

Please sign in to comment.