Skip to content

Commit a375116

Browse files
committed
Fix bug
1 parent c0a3764 commit a375116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pyarmor-smoke-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run: sudo apt-get install python3.13-nogil
1414
- run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor_mini.tar.gz
1515
- run: tar xzf pyarmor_mini.tar.gz
16-
- run: cp linux.x86_64/libs/cp3.13t/pyarmor_minit.so .
16+
- run: cp -a linux.x86_64/libs/cp3.13t/pyarmor_minit.so pyarmor_mini.so
1717
- run: python3.13t -c "import pyarmor_minit"
1818
# - run: wget https://pyarmor.dashingsoft.com/downloads/temp/pyarmor-smoke-test.tar.gz
1919
# - run: tar xzf pyarmor-smoke-test.tar.gz
@@ -29,5 +29,5 @@ jobs:
2929
- run: brew install python-freethreading
3030
- run: curl -O https://pyarmor.dashingsoft.com/downloads/temp/pyarmor_mini.tar.gz
3131
- run: tar xzf pyarmor_mini.tar.gz
32-
- run: cp darwin.x86_64/libs/cp3.13t/pyarmor_minit.so .
33-
- run: $(brew --prefix)/bin/python3.13t -c "import pyarmor_minit"
32+
- run: cp -a darwin.x86_64/libs/cp3.13t/pyarmor_minit.so pyarmor_mini.so
33+
- run: $(brew --prefix)/bin/python3.13t -c "import pyarmor_mini"

0 commit comments

Comments
 (0)