Skip to content

Commit 05ad836

Browse files
authored
Update build.yml to upload Windows MSVC64 Python build
1 parent c4a0e43 commit 05ad836

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,12 @@ jobs:
393393
build/src/avrdude.exe
394394
build/src/avrdude.pdb
395395
build/src/avrdude.conf
396+
- name: Move executables
397+
if: matrix.arch == 'x64'
398+
run: |
399+
mv build/src/${{env.BUILD_TYPE}}/_swig_avrdude.pyd build/src
396400
- name: Archive Python related files for x64
401+
if: matrix.arch == 'x64'
397402
uses: actions/upload-artifact@v4
398403
with:
399404
name: avrdude-msvc-python_x64

0 commit comments

Comments
 (0)