diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8600264..fbe0aee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: run: | cp run.ps1 build/ cp install.ps1 build/ - cp configs.json build/ + cp -r configs/ build/ mkdir -p build/assets/ cp -r assets/*.ico build/assets/ diff --git a/.gitignore b/.gitignore index 6f72f89..fc76edc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ *.so *.dylib +# Build output +build/* + # Test binary, built with `go test -c` *.test