Skip to content

Commit 7d1ec16

Browse files
committed
ci: zip for mac
1 parent 10c6026 commit 7d1ec16

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
working-directory: mdk
7070
run: |
7171
./tools/ci-after-build.sh
72-
mv mdk-sdk*.tar.xz ..
72+
mv mdk-sdk*.tar.xz mdk-sdk*.zip ..
7373
- name: Archieve SDK
7474
uses: actions/upload-artifact@v2
7575
with:
@@ -78,7 +78,9 @@ jobs:
7878
- name: Upload to SourceForge
7979
if: ${{ matrix.config == 'RelWithDebInfo' }}
8080
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/
8284
8385
8486
iOS:

0 commit comments

Comments
 (0)