I more renaming and removing extraneous configs and fix some unk issue
Some checks failed
main / test-backend (push) Successful in 4m50s
main / test-frontend (push) Successful in 5m13s
main / lint-frontend (push) Successful in 5m21s
main / test (push) Successful in 7s
main / lint-backend (push) Successful in 6m40s
main / lint (push) Successful in 4s
main / release (push) Failing after 17m59s

This commit is contained in:
Midou 2025-05-14 17:53:09 +01:00
parent 811bc94e16
commit 80340e2c30
Signed by: midou
GPG Key ID: 1D134A95FE521A7A
2 changed files with 4 additions and 16 deletions

View File

@ -94,9 +94,8 @@ jobs:
registry: https://git.linuxcrack.zip
username: ${{ gitea.actor }}
password: ${{ secrets.USER_TOKEN }}
- name: Get current tag
id: get_tag
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
- name: Clean up the git workspace # prevents gorelease from refusing to proceed
run: git clean -fdx
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

View File

@ -1,6 +1,6 @@
---
version: 2
project_name: filebrowser
project_name: filebrowser-fork
env: [GO111MODULE=on]
builds:
- env: [CGO_ENABLED=0]
@ -8,7 +8,7 @@ builds:
- -s -w -X git.linuxcrack.zip/midou/filebrowser-fork/v2/version.Version={{ .Version }}
-X git.linuxcrack.zip/midou/filebrowser-fork/v2/version.CommitSHA={{ .ShortCommit }}
main: main.go
binary: filebrowser
binary: filebrowser-fork
goos: [darwin, linux, windows, freebsd]
goarch: [amd64, 386, arm, arm64, riscv64]
goarm: [5, 6, 7]
@ -154,17 +154,6 @@ docker_manifests:
image_templates:
- git.linuxcrack.zip/midou/filebrowser-fork:v{{ .Major }}-amd64-s6
- git.linuxcrack.zip/midou/filebrowser-fork:v{{ .Major }}-arm64-s6
release:
gitea:
owner: midou
name: filebrowser
draft: false
prerelease: auto
replace_existing_draft: true
replace_existing_artifacts: true
mode: append
name_template: "{{ .ProjectName }} {{ .Tag }}"
include_meta: true
gitea_urls:
api: https://git.linuxcrack.zip/api/v1