1616 runs-on : windows-latest
1717 strategy :
1818 matrix :
19- architecture : [x64, x86 ]
19+ architecture : [x64]
2020 steps :
2121 - name : Checkout code
2222 uses : actions/checkout@v4
4949 copy windows\installer\ccloud_gui-setup.exe release\
5050 shell : cmd
5151
52- - name : Create Windows ZIP (Installer)
53- run : |
54- cd release
55- 7z a -tzip CCloud-windows-${{ matrix.architecture }}-installer.zip ccloud_gui-setup.exe
56- shell : cmd
57-
5852 - name : Create Windows Portable ZIP
5953 run : |
6054 mkdir -p release\portable
6963 name : windows-build-${{ matrix.architecture }}
7064 path : |
7165 release/ccloud_gui-setup.exe
72- release/CCloud-windows-${{ matrix.architecture }}-installer.zip
7366 release/CCloud-windows-${{ matrix.architecture }}-portable.zip
7467
7568 build-macos :
@@ -306,11 +299,6 @@ jobs:
306299 with :
307300 name : windows-build-x64
308301
309- - name : Download Windows artifacts (x86)
310- uses : actions/download-artifact@v4
311- with :
312- name : windows-build-x86
313-
314302 - name : Download macOS artifacts
315303 uses : actions/download-artifact@v4
316304 with :
@@ -344,10 +332,7 @@ jobs:
344332 prerelease : false
345333 files : |
346334 ccloud_gui-setup.exe
347- CCloud-windows-x64-installer.zip
348335 CCloud-windows-x64-portable.zip
349- CCloud-windows-x86-installer.zip
350- CCloud-windows-x86-portable.zip
351336 CCloud-macos-universal.dmg
352337 CCloud-macos-universal.zip
353338 CCloud-linux.tar.gz
@@ -362,10 +347,7 @@ jobs:
362347 | Platform | Architecture | Download |
363348 |----------|-------------|----------|
364349 | Windows | x64 (Installer) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/ccloud_gui-setup.exe"><img src="https://img.shields.io/badge/Windows-Installer-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Windows Installer"></a> |
365- | Windows | x64 (ZIP - Installer) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/CCloud-windows-x64-installer.zip"><img src="https://img.shields.io/badge/Windows-x64--ZIP--Installer-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Windows x64 ZIP Installer"></a> |
366350 | Windows | x64 (Portable ZIP) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/CCloud-windows-x64-portable.zip"><img src="https://img.shields.io/badge/Windows-x64--Portable--ZIP-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Windows x64 Portable ZIP"></a> |
367- | Windows | x86 (Installer) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/CCloud-windows-x86-installer.zip"><img src="https://img.shields.io/badge/Windows-x86--Installer-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Windows x86 Installer"></a> |
368- | Windows | x86 (Portable ZIP) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/CCloud-windows-x86-portable.zip"><img src="https://img.shields.io/badge/Windows-x86--Portable--ZIP-0078D6?style=for-the-badge&logo=windows&logoColor=white" alt="Windows x86 Portable ZIP"></a> |
369351 | macOS | Universal (.dmg) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/CCloud-macos-universal.dmg"><img src="https://img.shields.io/badge/macOS-Universal-000000?style=for-the-badge&logo=apple&logoColor=white" alt="macOS Universal DMG"></a> |
370352 | macOS | Universal (.zip) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/CCloud-macos-universal.zip"><img src="https://img.shields.io/badge/macOS-Universal-000000?style=for-the-badge&logo=apple&logoColor=white" alt="macOS Universal ZIP"></a> |
371353 | Linux | x64 (tar.gz) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/CCloud-linux.tar.gz"><img src="https://img.shields.io/badge/Linux-tar.gz-FCC624?style=for-the-badge&logo=linux&logoColor=black" alt="Linux tar.gz"></a> |
0 commit comments