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