Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerNahrstaedt committed Jan 2, 2024
1 parent b222e88 commit 5aa9a42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
make
- name: Test
working-directory: ${{ runner.temp }}/build
run: ${{ runner.temp }}/build/ScienceMode_Library_Test/smptlus_test
working-directory: ${{ env.SOURCE_DIR }}/build
run: ${{ env.SOURCE_DIR }}/build/ScienceMode_Library_Test/smptlus_test

- name: Zip build
working-directory: ${{ runner.temp }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
make
- name: Test
working-directory: ${{ runner.temp }}/build
run: ${{ runner.temp }}/build/ScienceMode_Library_Test/smptlus_test
working-directory: ${{ env.SOURCE_DIR }}/build
run: ${{ env.SOURCE_DIR }}/build/ScienceMode_Library_Test/smptlus_test

- name: Zip build
working-directory: ${{ runner.temp }}
Expand Down

0 comments on commit 5aa9a42

Please sign in to comment.