Skip to content

Commit 55759b1

Browse files
authored
Update main.yml
1 parent edd4dce commit 55759b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
build-dir: ${{ runner.workspace }}/build
5252
build-type: Release
5353
install-build: true
54-
configure-options: -DFASTNOISE2_NOISETOOL="TRUE" -DFASTNOISE2_TESTS="TRUE" -DCMAKE_INSTALL_PREFIX=install ${{ matrix.cmake_options }}
54+
configure-options: -DFASTNOISE2_NOISETOOL="TRUE" -DFASTNOISE2_TESTS="TRUE" -DCMAKE_INSTALL_PREFIX=install/FastNoise2 ${{ matrix.cmake_options }}
5555

5656
- name: 'Upload artifact'
5757
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)