From 9365864e4dc5b387b8f2d858740bd17267428886 Mon Sep 17 00:00:00 2001 From: jbergner Date: Sun, 5 Oct 2025 10:32:09 +0200 Subject: [PATCH] Bugfix Workflow --- .gitea/workflows/release.yml | 2 +- data.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 1efbf32..361ca4f 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -67,7 +67,7 @@ jobs: CGO_ENABLED=0 GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -trimpath -ldflags "-s -w" \ -o "dist/package/${BINARY_NAME}${{ matrix.ext }}" . # Assets: statisches Verzeichnis beilegen - cp -r static dist/package/ + # cp -r static dist/package/ - name: Package archive with static assets shell: bash diff --git a/data.json b/data.json index 5e82bd6..628425d 100644 --- a/data.json +++ b/data.json @@ -39,6 +39,13 @@ } ], "audit": [ + { + "time": 1759652627, + "actor": "", + "action": "logout", + "details": "", + "ip": "127.0.0.1" + }, { "time": 1759651126, "actor": "admin",