diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abb90994..29e4839e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ jobs: build: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./desktop steps: - uses: actions/checkout@v3 diff --git a/.gitignore b/desktop/.gitignore similarity index 100% rename from .gitignore rename to desktop/.gitignore diff --git a/LICENSE b/desktop/LICENSE similarity index 100% rename from LICENSE rename to desktop/LICENSE diff --git a/Makefile b/desktop/Makefile similarity index 100% rename from Makefile rename to desktop/Makefile diff --git a/README.md b/desktop/README.md similarity index 100% rename from README.md rename to desktop/README.md diff --git a/api.go b/desktop/api.go similarity index 100% rename from api.go rename to desktop/api.go diff --git a/filewatch/filewatch.go b/desktop/filewatch/filewatch.go similarity index 100% rename from filewatch/filewatch.go rename to desktop/filewatch/filewatch.go diff --git a/go.mod b/desktop/go.mod similarity index 100% rename from go.mod rename to desktop/go.mod diff --git a/go.sum b/desktop/go.sum similarity index 100% rename from go.sum rename to desktop/go.sum diff --git a/maputnik.go b/desktop/maputnik.go similarity index 100% rename from maputnik.go rename to desktop/maputnik.go