We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e13127 commit cbea488Copy full SHA for cbea488
.github/workflows/build.yml
@@ -136,18 +136,18 @@ jobs:
136
# Fetch all tags
137
fetch-depth: 0
138
139
+ - uses: actions/download-artifact@v4
140
+ with:
141
+ name: dll-${{ matrix.config.name }}
142
+ path: src/py_mini_racer
143
+
144
# Unquarantine the artifact we just built from source and uploaded and downloaded:
145
- run: sudo xattr -dr com.apple.quarantine src/py_mini_racer/libmini_racer.dylib
146
if: contains(matrix.config.os, 'macos')
147
148
- name: List source
149
run: find src/
150
- - uses: actions/download-artifact@v4
- with:
- name: dll-${{ matrix.config.name }}
- path: src/py_mini_racer
-
151
- run: just build-wheel
152
if: matrix.config.os != 'windows-11-arm'
153
0 commit comments