File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 21
21
- name : 🔨 Build a source zip
22
22
run : |
23
23
python setup.py sdist --formats=zip
24
+ - name : 🚚 rename to sdist.zip
25
+ run : |
26
+ mv dist/Marlin\ EEPROM\ editor-*.zip dist/sdist.zip
24
27
- name : ⬆ Upload build result
25
28
uses : actions/upload-artifact@v1
26
29
with :
50
53
python -m pip install octoprint
51
54
- name : 🧪 Test install of package
52
55
run : |
53
- python -m pip install " dist/Marlin EEPROM editor-* .zip"
56
+ python -m pip install dist/sdist .zip
54
57
55
58
upload-asset :
56
59
name : 📦 Upload asset to release
66
69
path : dist
67
70
- name : 🚚 Rename to release.zip
68
71
run : |
69
- cp " dist/Marlin EEPROM editor-* .zip" release.zip
72
+ cp dist/sdist .zip release.zip
70
73
- name : 🥅 Catch release ID
71
74
id : get_release
72
75
uses :
bruceadams/[email protected]
You can’t perform that action at this time.
0 commit comments