Skip to content

Commit

Permalink
Set working directory for every step
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoeninger committed Oct 11, 2024
1 parent c0867c9 commit d788608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
defaults:
run:
working-directory: src
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -28,9 +31,6 @@ jobs:
with:
dotnet-version: "8.0.x"

- name: Move to src directory
run: cd src

- name: Build Kl.sln
run: dotnet build Kl.sln

Expand Down

0 comments on commit d788608

Please sign in to comment.