all repos — hastysite @ c3adbc63d7649ddd4a80c59b47c2afdfb5b07eae

A high-performance static site generator.

Update add-artifacts-to-current-releases.yml
Fabio Cevasco h3rald@h3rald.com
Sun, 20 Oct 2024 12:31:10 +0200
commit

c3adbc63d7649ddd4a80c59b47c2afdfb5b07eae

parent

a7746eba9e08d15b0934b2fed039c17e4b5b8bef

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M .github/workflows/add-artifacts-to-current-releases.yml.github/workflows/add-artifacts-to-current-releases.yml

@@ -86,7 +86,7 @@ if: matrix.os == 'macos-13'

# Build for Windows - name: Build (Windows) - run: nimble build --verbose -y -d:release --mm:refc --opt:size --gcc.exe:x86_64-w64-mingw32-gcc --gcc.linkerexe:x86_64-w64-mingw32-gcc + run: nimble build -v -y -d:release --mm:refc --opt:size -d:ssl --gcc.exe:x86_64-w64-mingw32-gcc --gcc.linkerexe:x86_64-w64-mingw32-gcc if: matrix.os == 'windows-latest' # UPX compress (Linux)