Skip to content

Commit

Permalink
- when zipping dont follow links
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Nov 28, 2024
1 parent 91bf8d5 commit 5919a98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
# remove binding folders
rm -rf build-system/packages/setup.release/*Bindings*Darwin
# zip the COPASI-*-Darwin folder
zip -r build-system/packages/setup.release/COPASI-Darwin.zip build-system/packages/setup.release/COPASI-*-Darwin
pushd build-system/packages/setup.release/
zip -r -q -y COPASI-Darwin.zip ./COPASI-*-Darwin/
popd
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5919a98

Please sign in to comment.