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