Skip to content

Commit

Permalink
apply workspace to writing sekrets
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Dec 5, 2023
1 parent 2e5f005 commit 9e8213f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:


jobs:
windows-publish:
windows-build:
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -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
Expand Down

0 comments on commit 9e8213f

Please sign in to comment.