*sigh*
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
main / lint-frontend (push) Successful in 2m5s
main / test-frontend (push) Successful in 2m15s
main / test-backend (push) Successful in 3m25s
main / test (push) Successful in 4s
main / lint-backend (push) Successful in 5m25s
main / lint (push) Successful in 3s
main / release (push) Failing after 2m33s
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
main / lint-frontend (push) Successful in 2m5s
main / test-frontend (push) Successful in 2m15s
main / test-backend (push) Successful in 3m25s
main / test (push) Successful in 4s
main / lint-backend (push) Successful in 5m25s
main / lint (push) Successful in 3s
main / release (push) Failing after 2m33s
This commit is contained in:
parent
80340e2c30
commit
77cd32d303
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -94,8 +94,6 @@ jobs:
|
|||||||
registry: https://git.linuxcrack.zip
|
registry: https://git.linuxcrack.zip
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.USER_TOKEN }}
|
password: ${{ secrets.USER_TOKEN }}
|
||||||
- name: Clean up the git workspace # prevents gorelease from refusing to proceed
|
|
||||||
run: git clean -fdx
|
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2
|
uses: goreleaser/goreleaser-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -5,10 +5,10 @@ env: [GO111MODULE=on]
|
|||||||
builds:
|
builds:
|
||||||
- env: [CGO_ENABLED=0]
|
- env: [CGO_ENABLED=0]
|
||||||
ldflags:
|
ldflags:
|
||||||
- -s -w -X git.linuxcrack.zip/midou/filebrowser-fork/v2/version.Version={{ .Version }}
|
- -s -w -X git.linuxcrack.zip/midou/filebrowser/v2/version.Version={{ .Version }}
|
||||||
-X git.linuxcrack.zip/midou/filebrowser-fork/v2/version.CommitSHA={{ .ShortCommit }}
|
-X git.linuxcrack.zip/midou/filebrowser/v2/version.CommitSHA={{ .ShortCommit }}
|
||||||
main: main.go
|
main: main.go
|
||||||
binary: filebrowser-fork
|
binary: filebrowser
|
||||||
goos: [darwin, linux, windows, freebsd]
|
goos: [darwin, linux, windows, freebsd]
|
||||||
goarch: [amd64, 386, arm, arm64, riscv64]
|
goarch: [amd64, 386, arm, arm64, riscv64]
|
||||||
goarm: [5, 6, 7]
|
goarm: [5, 6, 7]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user