Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sargeantPig committed Jan 2, 2024
1 parent 6f69451 commit e3ad0d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
dotnet-version: '8.0.x'

- name: Create Output Directory
run: mkdir -p '${{github.workspace}}/RTWLib_Tests/bin/Debug/netcoreapp7.0/resources'
run: mkdir -p '${{github.workspace}}/RTWLib_Tests/bin/Debug/netcoreapp8.0/resources'

- name: Copy Resources
run: cp -r ./RTWLib_Tests/resources/. ${{ github.workspace }}/RTWLib_Tests/bin/Debug/netcoreapp7.0/resources/
run: cp -r ./RTWLib_Tests/resources/. ${{ github.workspace }}/RTWLib_Tests/bin/Debug/netcoreapp8.0/resources/

- name: List build output
run: ls -R '${{github.workspace}}/RTWLib_Tests/bin/Debug/netcoreapp7.0'
run: ls -R '${{github.workspace}}/RTWLib_Tests/bin/Debug/netcoreapp8.0'

- name: Log files
run: ls
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
dotnet-version: '8.0.x'

- name: Create Output Directory
run: mkdir -p '${{github.workspace}}/RTWLib_Tests/bin/Debug/netcoreapp7.0/resources'
run: mkdir -p '${{github.workspace}}/RTWLib_Tests/bin/Debug/netcoreapp8.0/resources'

- name: Copy Resources
run: cp -r ./RTWLib_Tests/resources/. ${{ github.workspace }}/RTWLib_Tests/bin/Debug/netcoreapp7.0/resources/
run: cp -r ./RTWLib_Tests/resources/. ${{ github.workspace }}/RTWLib_Tests/bin/Debug/netcoreapp8.0/resources/

- name: List build output
run: ls -R '${{github.workspace}}/RTWLib_Tests/bin/Debug/netcoreapp7.0'
run: ls -R '${{github.workspace}}/RTWLib_Tests/bin/Debug/netcoreapp8.0'

- name: Log files
run: ls
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2

- name: Copy Resources
run: cp -r ./RTWLib_Tests/resources ./RTWLib_Tests/bin/Debug/netcoreapp7.0/resources
run: cp -r ./RTWLib_Tests/resources ./RTWLib_Tests/bin/Debug/netcoreapp8.0/resources

- name: Log files
run: ls ./RTWLib_Tests/bin/Debug/netcoreapp7.0/
run: ls ./RTWLib_Tests/bin/Debug/netcoreapp8.0/

- name: Restore packages
run: dotnet restore ./RTWLib_CLI/RTWLib_CLI.csproj
Expand Down

0 comments on commit e3ad0d4

Please sign in to comment.