From 967bb73d52f4db5a659bc26f09c8cba9793e0f24 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Mon, 26 Jun 2023 19:53:02 +0200 Subject: [PATCH] Try to set specific directory This shouldn't be necessary, since we set the default working directory --- .github/workflows/build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 40957982..37fc35de 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -85,6 +85,7 @@ jobs: uses: maierj/fastlane-action@v2.2.1 with: lane: production + subdirectory: wger - name: Make Github release uses: softprops/action-gh-release@v1