build for windows #374

This commit is contained in:
Alireza Ahmadi
2025-08-20 22:10:31 +02:00
parent 12addde548
commit 7bc7468cf3
12 changed files with 939 additions and 3 deletions
+4 -2
View File
@@ -17,7 +17,7 @@ on:
- 's-ui.service'
jobs:
build:
build-linux:
strategy:
matrix:
platform:
@@ -34,6 +34,7 @@ jobs:
uses: actions/checkout@v5.0.0
with:
submodules: recursive
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
@@ -103,8 +104,9 @@ jobs:
with:
name: s-ui-linux-${{ matrix.platform }}
path: ./s-ui-linux-${{ matrix.platform }}.tar.gz
retention-days: 30
- name: Upload
- name: Upload to Release
uses: svenstaro/upload-release-action@v2
if: github.event_name == 'release' && github.event.action == 'published'
with: