*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

This commit is contained in:
Midou 2025-05-14 18:20:39 +01:00
parent 80340e2c30
commit 77cd32d303
Signed by: midou
GPG Key ID: 1D134A95FE521A7A
2 changed files with 3 additions and 5 deletions

View File

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

View File

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