chore: revert artifact upload
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 5m11s
Cross-Compile Binaries / compile-windows (push) Successful in 9m48s

This commit is contained in:
2026-01-13 13:03:19 +00:00
parent abdaf5aa58
commit 3b9bcfce9d

View File

@@ -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: |