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

github.com/ClusterM/famicom-dumper-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-15 18:54:35 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-01-15 18:54:35 +0300
commit845e7451a4ade86086b4eb8bcd9a37c33db76e2d (patch)
treed5651a673a5b2b47b015ab552a0ee18e2814b87a /.github
parentb5b7773a9acf3afa4c7b94814dbc05ceb15e5b4a (diff)
Interim builds
Diffstat (limited to '.github')
-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 0602eaf..d1be9ed 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -33,7 +33,7 @@ jobs:
APP_NAME: famicom-dumper
PROJECT_PATH: FamicomDumper
OUTPUT_DIR: output
- CONFIGURATION: Debug
+ CONFIGURATION: Interim
OUTPUT_SUBDIR: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.sc }}
OUTPUT_FILE: famicom-dumper-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.sc == 'self-contained' && '-self-contained' || '' }}.${{ matrix.os == 'win' && 'zip' || 'tar.gz' }}
steps: