Skip to content

Commit

Permalink
change to single line cd
Browse files Browse the repository at this point in the history
  • Loading branch information
acnicholls committed Oct 16, 2024
1 parent 235a111 commit 44e81f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
# ensure we start executing commands in the correct folder
- name: Navigate to Workspace
run: |
cd $GITHUB_WORKSPACE
cd Solution
cd ${{ github.workspace }}\Solution
# create the output folder
- name: Create Build Directory
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
# move to the correct folder
- name: Navigate to Workspace
run: |
cd $GITHUB_WORKSPACE
cd Solution
cd ${{ github.workspace }}\Solution
# create the output folder
- name: Create Build Directory
Expand Down

0 comments on commit 44e81f9

Please sign in to comment.