Skip to content

Commit c4a0e43

Browse files
authored
To upload Python binding only for MSVC x64 build
1 parent d7cdef9 commit c4a0e43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ jobs:
383383
run: |
384384
mv build/src/${{env.BUILD_TYPE}}/avrdude.exe build/src
385385
mv build/src/${{env.BUILD_TYPE}}/avrdude.pdb build/src
386+
if: matrix.arch != 'x64'
386387
mv build/src/${{env.BUILD_TYPE}}/_swig_avrdude.pyd build/src
387388
- name: Archive executables
388389
uses: actions/upload-artifact@v4
@@ -392,6 +393,12 @@ jobs:
392393
build/src/avrdude.exe
393394
build/src/avrdude.pdb
394395
build/src/avrdude.conf
396+
- name: Archive Python related files for x64
397+
uses: actions/upload-artifact@v4
398+
with:
399+
name: avrdude-msvc-python_x64
400+
path: |
401+
build/src/avrdude.conf
395402
build/src/_swig_avrdude.pyd
396403
build/src/swig_avrdude.py
397404
build/src/windows.rc

0 commit comments

Comments
 (0)