diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 2bc8cc6..e5f915f 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