Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
SoylentGraham committed Mar 9, 2021
2 parents b3bc772 + f932ae7 commit 0150349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build_Windows_NoKinect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
BuildPlatform: x64
BuildConfiguration: Release_NoKinect
# would be nice to extract this from visual studio
BuildDirectory: PopCameraDevice.visualstudio\x64\Release_NoKinect
BuildDirectory: Build\Release_NoKinect_x64
project: ${{ env.project }}
4 changes: 2 additions & 2 deletions .github/workflows/Create_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
uses: NewChromantics/PopAction_BuildWindows@v1
with:
BuildPlatform: x64
BuildConfiguration: Debug
BuildConfiguration: Release_NoKinect
# would be nice to extract this from visual studio
BuildDirectory: Build\Debug_x64
BuildDirectory: Build\Release_NoKinect_x64
project: ${{ env.project }}

- name: Apple
Expand Down

0 comments on commit 0150349

Please sign in to comment.