Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald committed Aug 26, 2023
1 parent 348492b commit be677aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-artifacts-to-current-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be677aa

Please sign in to comment.