File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,12 @@ jobs:
194
194
195
195
./build-macos.py --target-triple ${{ matrix.build.target_triple }} --python ${{ matrix.build.py }} --optimizations ${{ matrix.build.optimizations }}
196
196
197
+ - name : Upload Distributions
198
+ uses : actions/upload-artifact@v3
199
+ with :
200
+ name : ${{ matrix.build.py }}-${{ matrix.build.target_triple }}
201
+ path : dist/*
202
+
197
203
- uses : actions/checkout@v4
198
204
with :
199
205
repository : ' phracker/MacOSX-SDKs'
@@ -209,9 +215,3 @@ jobs:
209
215
fi
210
216
211
217
build/pythonbuild validate-distribution --macos-sdks-path macosx-sdks ${EXTRA_ARGS} dist/*.tar.zst
212
-
213
- - name : Upload Distributions
214
- uses : actions/upload-artifact@v3
215
- with :
216
- name : ${{ matrix.build.py }}-${{ matrix.build.target_triple }}
217
- path : dist/*
You can’t perform that action at this time.
0 commit comments