chore: revert upload-artifact
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 3m37s
Cross-Compile Binaries / compile-windows (push) Successful in 9m15s

This commit is contained in:
2026-01-13 10:01:40 +00:00
parent ab1b46d71c
commit abdaf5aa58

View File

@@ -46,7 +46,7 @@ jobs:
go build -o ./akartontv ./src
- name: upload the building actifacts
uses: DaanSelen/upload-artifact-gitea@main
uses: ChristopherHX/gitea-upload-artifact@main
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: DaanSelen/upload-artifact-gitea@main
uses: ChristopherHX/gitea-upload-artifact@main
with:
name: package-win64
path: |