From be677aa85aeee8e501e52a14ca508ed54e16f6cd Mon Sep 17 00:00:00 2001 From: h3rald Date: Sat, 26 Aug 2023 07:21:03 +0000 Subject: [PATCH] Fixed typo. --- .github/workflows/add-artifacts-to-current-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-artifacts-to-current-release.yml b/.github/workflows/add-artifacts-to-current-release.yml index fa131f7..8b9da7f 100644 --- a/.github/workflows/add-artifacts-to-current-release.yml +++ b/.github/workflows/add-artifacts-to-current-release.yml @@ -82,7 +82,7 @@ jobs: # Build for macOS/Windows - name: Build (macOS, Windows) shell: bash - run: nimble build -v -y -d:release --mm:ref --opt:size litestore + run: nimble build -v -y -d:release --mm:refc --opt:size litestore if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' # Import admin directory and create default db