From e090737001918d16429b250ff2d1db6827ce109d Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Thu, 27 Nov 2025 11:11:55 +0100 Subject: [PATCH] chore: use custom action --- .gitea/workflows/cross-compile.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 5b75c18..d88f50c 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -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