Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-09-29 11:48:52 +0300
committerGitHub <noreply@github.com>2022-09-29 11:48:52 +0300
commita23194d3b3028f6395c043e151659363cf39aa40 (patch)
treea24258e4be61ac7947c61e8537158a4872aad15c /.github/workflows/build-test.yml
parent610332bc0ff089224747cf35bdb51cefc4e29eac (diff)
Update build-test.yml
Diffstat (limited to '.github/workflows/build-test.yml')
-rw-r--r--.github/workflows/build-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index fff479c..95e16ad 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.host }}
env:
APP_NAME: nestiler
- PROJECT_PATH: .
+ PROJECT_PATH: ./NesTiler
OUTPUT_DIR: output
CONFIGURATION: Release
OUTPUT_SUBDIR: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.sc }}