From 9e8213f5292f97cd33ef53a2fe5057e79d67f6b5 Mon Sep 17 00:00:00 2001 From: DatLag Date: Tue, 5 Dec 2023 17:30:00 +0100 Subject: [PATCH] apply workspace to writing sekrets --- .github/workflows/win-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index d267560c..bf935fd2 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -5,7 +5,7 @@ on: jobs: - windows-publish: + windows-build: runs-on: windows-latest steps: - name: Checkout @@ -27,7 +27,7 @@ jobs: - name: Create Sekrets uses: GuillaumeFalourd/write-java-properties-file@v1 with: - file_path: ./sekret.properties + file_path: ${{ github.workspace }}/sekret.properties property: | MONGO_APPLICATION WRAP_API