Skip to content

Commit 277bc7b

Browse files
committed
added tv
1 parent 3a4cea9 commit 277bc7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Get dependencies
2727
run: flutter pub get
2828

29-
- name: Build Windows (${{ matrix.architecture }})
29+
- name: Build Windows
3030
run: flutter build windows --release
3131

3232
- name: Install Inno Setup
@@ -49,18 +49,18 @@ jobs:
4949
- name: Create Windows Portable ZIP
5050
run: |
5151
mkdir -p release\portable
52-
xcopy build\windows\${{ matrix.architecture }}\runner\Release\* release\portable\ /E /I
52+
xcopy build\windows\x64\runner\Release\* release\portable\ /E /I
5353
cd release
54-
7z a -tzip CCloud-windows-${{ matrix.architecture }}-portable.zip portable\
54+
7z a -tzip CCloud-windows-portable.zip portable\
5555
shell: cmd
5656

5757
- name: Upload Windows artifacts
5858
uses: actions/upload-artifact@v4
5959
with:
60-
name: windows-build-${{ matrix.architecture }}
60+
name: windows-build
6161
path: |
6262
release/ccloud_gui-setup.exe
63-
release/CCloud-windows-${{ matrix.architecture }}-portable.zip
63+
release/CCloud-windows-portable.zip
6464
6565
build-macos:
6666
runs-on: macos-latest
@@ -351,7 +351,7 @@ jobs:
351351
prerelease: false
352352
files: |
353353
ccloud_gui-setup.exe
354-
CCloud-windows-x64-portable.zip
354+
CCloud-windows-portable.zip
355355
CCloud-macos-universal.dmg
356356
CCloud-macos-universal.zip
357357
CCloud-linux.tar.gz
@@ -373,7 +373,7 @@ jobs:
373373
| Platform | Architecture | Download |
374374
|----------|-------------|----------|
375375
| 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> |
376-
| 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> |
376+
| Windows | x64 (Portable ZIP) | <a href="https://github.com/code3-dev/CCloud-GUI/releases/download/${{ env.TAG_NAME }}/CCloud-windows-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> |
377377
| 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> |
378378
| 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> |
379379
| 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

Comments
 (0)