chore: rename executables
This commit is contained in:
@@ -43,14 +43,14 @@ jobs:
|
|||||||
export CXX=g++
|
export CXX=g++
|
||||||
export GOOS=linux
|
export GOOS=linux
|
||||||
export GOARCH=amd64
|
export GOARCH=amd64
|
||||||
go build -o ./akartontv ./src
|
go build -o ./raspscreen ./src
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: package-linux64
|
name: package-linux64
|
||||||
path: |
|
path: |
|
||||||
./akartontv
|
./raspscreen
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
@@ -97,13 +97,13 @@ jobs:
|
|||||||
export CGO_LDFLAGS="-static-libgcc -static-libstdc++"
|
export CGO_LDFLAGS="-static-libgcc -static-libstdc++"
|
||||||
go-winres simply --icon ./src/icon.png --manifest gui
|
go-winres simply --icon ./src/icon.png --manifest gui
|
||||||
mv *.syso ./src
|
mv *.syso ./src
|
||||||
go build -o ./akartontv.exe -ldflags -H=windowsgui ./src
|
go build -o ./raspscreen.exe -ldflags -H=windowsgui ./src
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: package-win64
|
name: package-win64
|
||||||
path: |
|
path: |
|
||||||
./akartontv.exe
|
./raspscreen.exe
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
|||||||
Reference in New Issue
Block a user