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 3238082
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Builder

env:
Build_Repository_LocalPath: ${{ github.workspace }}
Laerdal_Test_Results_Folderpath: '$Build_Repository_LocalPath/TestResults'
Laerdal_Test_Results_Folderpath: $Build_Repository_LocalPath/TestResults

on:
push:
Expand Down 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 3238082

Please sign in to comment.