chore: use custom action
Some checks failed
Cross-Compile Binaries / compile-linux (push) Failing after 3s
Cross-Compile Binaries / compile-windows (push) Failing after 8s

This commit is contained in:
2025-11-27 11:11:55 +01:00
parent a06ee7662f
commit e090737001

View File

@@ -39,9 +39,9 @@ jobs:
go build -o ./pkcs-generator .
- name: upload the building actifacts
uses: christopherHX/gitea-upload-artifact@v4
uses: DaanSelen/upload-artifact-gitea@v5
with:
name: packages
name: package-linux64
path: |
./pkcs-generator
retention-days: 3
@@ -78,9 +78,9 @@ jobs:
go build -o ./pkcs-generator.exe -ldflags -H=windowsgui .
- name: upload the building actifacts
uses: christopherHX/gitea-upload-artifact@v4
uses: DaanSelen/upload-artifact-gitea@v5
with:
name: packages
name: package-win64
path: |
./pkcs-generator.exe
retention-days: 3