File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 69
69
working-directory : mdk
70
70
run : |
71
71
./tools/ci-after-build.sh
72
- mv mdk-sdk*.tar.xz ..
72
+ mv mdk-sdk*.tar.xz mdk-sdk*.zip ..
73
73
- name : Archieve SDK
74
74
uses : actions/upload-artifact@v2
75
75
with :
78
78
- name : Upload to SourceForge
79
79
if : ${{ matrix.config == 'RelWithDebInfo' }}
80
80
shell : bash
81
- run : sshpass -p ${SF_PW} scp -o StrictHostKeyChecking=no mdk-sdk-${TARGET_OS}.tar.xz ${SF_USER}@frs.sourceforge.net:/home/frs/project/mdk-sdk/nightly/
81
+ run : |
82
+ sshpass -p ${SF_PW} scp -o StrictHostKeyChecking=no mdk-sdk-${TARGET_OS}.tar.xz ${SF_USER}@frs.sourceforge.net:/home/frs/project/mdk-sdk/nightly/
83
+ sshpass -p ${SF_PW} scp -o StrictHostKeyChecking=no mdk-sdk-${TARGET_OS}.zip ${SF_USER}@frs.sourceforge.net:/home/frs/project/mdk-sdk/nightly/
82
84
83
85
84
86
iOS :
You can’t perform that action at this time.
0 commit comments