Update artifact upload action in release workflow to use a direct URL
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) Successful in 22s
Release Artifacts / Build linux/amd64 (alpine-static) (push) Successful in 13s
Release Artifacts / Build linux/arm64 (default) (push) Successful in 17s
Release Artifacts / Build linux/arm64 (alpine-static) (push) Successful in 14s
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) Successful in 22s
Release Artifacts / Build linux/amd64 (alpine-static) (push) Successful in 13s
Release Artifacts / Build linux/arm64 (default) (push) Successful in 17s
Release Artifacts / Build linux/arm64 (alpine-static) (push) Successful in 14s
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
|||||||
tar -C artifacts -czf "scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}.tar.gz" .
|
tar -C artifacts -czf "scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}.tar.gz" .
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: gitea.com/actions/gitea-upload-artifact@v4
|
uses: https://gitea.com/actions/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}
|
name: scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}
|
||||||
path: scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}.tar.gz
|
path: scratchbox-${{ github.ref_name }}-${{ matrix.goos }}-${{ matrix.goarch }}-${{ matrix.variant }}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user