File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
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/*
You can’t perform that action at this time.
0 commit comments