Skip to content

Commit 6318570

Browse files
authored
Update main.yml
1 parent cfa709b commit 6318570

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,12 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- name: RemoteControllerLinux
17+
- name: LibreRemotePlay-linux-amd64
1818
platform: linux/amd64
1919
os: ubuntu-latest
20-
- name: RemoteControllerWindows
20+
- name: LibreRemotePlay-amd64.exe
2121
platform: windows/amd64
2222
os: windows-latest
23-
# Descomenta esto si puedes compilar en macOS GitHub runner
24-
# - name: RemoteControllerDarwin
25-
# platform: darwin/universal
26-
# os: macos-latest
2723

2824
runs-on: ${{ matrix.os }}
2925

@@ -42,6 +38,10 @@ jobs:
4238
with:
4339
build-name: ${{ matrix.name }}
4440
build-platform: ${{ matrix.platform }}
45-
package: true
41+
package: false
4642
go-version: 1.24.2
47-
# build: false
43+
- name: Upload release
44+
uses: softprops/action-gh-release@v1
45+
with:
46+
files:
47+
build/bin/*

0 commit comments

Comments
 (0)