Skip to content

Commit cbea488

Browse files
authored
Fix mac unquarantine
1 parent 2e13127 commit cbea488

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,18 +136,18 @@ jobs:
136136
# Fetch all tags
137137
fetch-depth: 0
138138

139+
- uses: actions/download-artifact@v4
140+
with:
141+
name: dll-${{ matrix.config.name }}
142+
path: src/py_mini_racer
143+
139144
# Unquarantine the artifact we just built from source and uploaded and downloaded:
140145
- run: sudo xattr -dr com.apple.quarantine src/py_mini_racer/libmini_racer.dylib
141146
if: contains(matrix.config.os, 'macos')
142147

143148
- name: List source
144149
run: find src/
145150

146-
- uses: actions/download-artifact@v4
147-
with:
148-
name: dll-${{ matrix.config.name }}
149-
path: src/py_mini_racer
150-
151151
- run: just build-wheel
152152
if: matrix.config.os != 'windows-11-arm'
153153

0 commit comments

Comments
 (0)