chore: use custom action
This commit is contained in:
@@ -39,9 +39,9 @@ jobs:
|
|||||||
go build -o ./pkcs-generator .
|
go build -o ./pkcs-generator .
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: christopherHX/gitea-upload-artifact@v4
|
uses: DaanSelen/upload-artifact-gitea@v5
|
||||||
with:
|
with:
|
||||||
name: packages
|
name: package-linux64
|
||||||
path: |
|
path: |
|
||||||
./pkcs-generator
|
./pkcs-generator
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
@@ -78,9 +78,9 @@ jobs:
|
|||||||
go build -o ./pkcs-generator.exe -ldflags -H=windowsgui .
|
go build -o ./pkcs-generator.exe -ldflags -H=windowsgui .
|
||||||
|
|
||||||
- name: upload the building actifacts
|
- name: upload the building actifacts
|
||||||
uses: christopherHX/gitea-upload-artifact@v4
|
uses: DaanSelen/upload-artifact-gitea@v5
|
||||||
with:
|
with:
|
||||||
name: packages
|
name: package-win64
|
||||||
path: |
|
path: |
|
||||||
./pkcs-generator.exe
|
./pkcs-generator.exe
|
||||||
retention-days: 3
|
retention-days: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user