Skip to content

Commit

Permalink
fix (github-actions.yml): set the working directory to $Build_Reposit…
Browse files Browse the repository at this point in the history
…ory_LocalPath
  • Loading branch information
ksidirop-laerdal committed Mar 13, 2024
1 parent 02955fa commit 5b2a57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:

- name: 'Build .Net8+ Bindings and McuMgr itself and announce new release in GitHub (if needed)'
shell: bash
working-directory: '$Build_Repository_LocalPath'
run: |
dotnet \
msbuild \
"$Build_Repository_LocalPath/Laerdal.McuMgr.Builder.targets" \
"Laerdal.McuMgr.Builder.targets" \
-m:1 \
-p:ShouldSkipMacCatalyst="true" \
-p:PackageOutputPath="$Build_Artifact_Staging_Directory/Artifacts/" \
Expand Down

0 comments on commit 5b2a57e

Please sign in to comment.