Update artifact upload action in release workflow to use Gitea's upload action
CI / Go Tests (push) Successful in 11s
CI / Build (push) Successful in 8s
Format / gofmt (push) Successful in 5s
Release Artifacts / Build linux/amd64 (default) (push) Failing after 2s
Release Artifacts / Build linux/amd64 (alpine-static) (push) Failing after 2s
Release Artifacts / Build linux/arm64 (default) (push) Failing after 2s
Release Artifacts / Build linux/arm64 (alpine-static) (push) Failing after 3s

This commit is contained in:
2026-06-01 02:10:02 -05:00
parent fcc7cc37da
commit 1cab3bd812
+1 -1
View File
@@ -86,7 +86,7 @@ jobs:
tar -C artifacts -czf "scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}.tar.gz" .
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: gitea.com/actions/gitea-upload-artifact@v4
with:
name: scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}
path: scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}.tar.gz