Skip to content

Commit

Permalink
Restrict shared library wildcard to linux
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Feb 19, 2025
1 parent c6d941c commit a99215a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- osname: linux
platform: linux-x86_64
arc: tar.gz
lib: so
lib: so*
libdir: lib
util: "tar -xvzf"
os: ubuntu-latest
Expand All @@ -46,7 +46,6 @@ jobs:
${{ matrix.util }} mopac-${{ env.MOPAC_VERSION }}-${{ matrix.osname }}.${{ matrix.arc }}
mkdir src/mopactools/lib
cp mopac-${{ env.MOPAC_VERSION }}-${{ matrix.osname }}/${{ matrix.libdir }}/*.${{ matrix.lib }} src/mopactools/lib
cp mopac-${{ env.MOPAC_VERSION }}-${{ matrix.osname }}/${{ matrix.libdir }}/*.${{ matrix.lib }}.* src/mopactools/lib
ls src/mopactools/lib
- name: Build package
Expand Down

0 comments on commit a99215a

Please sign in to comment.