Skip to content

Commit 19ce5c9

Browse files
committed
Attempt to preserve symlinks instead of making copies in macOS standalone build
1 parent 9893d2f commit 19ce5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standalone-exe.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
cd install
8383
python -m install
84-
- uses: actions/upload-artifact@v4 # Upload the tarball to the GitHub actions workflow
84+
- uses: eXhumer/upload-artifact@0b7d5f5684d3f642f978d2faad9ade64f5b4dd57 # Upload the tarball to the GitHub actions workflow
8585
with:
8686
name: pymead-macos-tarball
8787
path: /Users/runner/work/pymead/pymead/install/*.tar.gz

0 commit comments

Comments
 (0)