From 3b9bcfce9d6212cb2e7b62862e1ab7677ff57b8e Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Tue, 13 Jan 2026 13:03:19 +0000 Subject: [PATCH] chore: revert artifact upload --- .gitea/workflows/cross-compile.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 3b77766..1e9214e 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -46,7 +46,7 @@ jobs: go build -o ./akartontv ./src - name: upload the building actifacts - uses: ChristopherHX/gitea-upload-artifact@main + uses: actions/upload-artifact@v3 with: name: package-linux64 path: | @@ -100,7 +100,7 @@ jobs: go build -o ./akartontv.exe -ldflags -H=windowsgui ./src - name: upload the building actifacts - uses: ChristopherHX/gitea-upload-artifact@main + uses: actions/upload-artifact@v3 with: name: package-win64 path: |