diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 34370d9..73b2a0f 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -259,8 +259,9 @@ jobs: BINDIR=$GITHUB_WORKSPACE/pgmodeler/build/bin \ PRIVATEBINDIR=$GITHUB_WORKSPACE/pgmodeler/build/bin \ PRIVATELIBDIR=$GITHUB_WORKSPACE/pgmodeler/build/lib \ - CONFIG+=debug \ - CONFIG+=release # CONFIG+=static + CONFDIR=$GITHUB_WORKSPACE/pgmodeler/build/bin \ + CONFIG+=debug \ + CONFIG+=release # CONFIG+=static - name: Building pgModeler run: | diff --git a/README.md b/README.md index 3862b00..5fb0d31 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ matrix: For adding new versions or releases include the new ones in the list to be built. For any new release make sure to make the update for both windows and linux jobs. +## Usage hints + +### Linux + +- Create the default config folders: `mkdir -p ~/.config/pgmodeler-1.2` + ## Consider donating If you use, like, and think pgModeler deserves