all repos — hastysite @ f9582d6933a74f2c3079edf09237910b29411024

A high-performance static site generator.

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

f9582d6933a74f2c3079edf09237910b29411024

parent

f94df5693318128586cfcaf14d29a16985841f9f

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

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

@@ -76,17 +76,17 @@ sh init.sh -y

# Build for Linux - name: Build (Linux) - run: nimble build -y -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --mm:refc --opt:size -d:ssl + run: nimble build -y -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --mm:refc --opt:size if: matrix.os == 'ubuntu-latest' # Build for macOS - name: Build (macOs) - run: nimble build -y -d:release --opt:size --mm:refc -d:ssl + run: nimble build -y -d:release --opt:size --mm:refc if: matrix.os == 'macos-13' # Build for Windows - name: Build (Windows) - 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 + run: nimble build -v -y -d:release --mm:refc --opt:size --gcc.exe:x86_64-w64-mingw32-gcc --gcc.linkerexe:x86_64-w64-mingw32-gcc if: matrix.os == matrix.os == 'windows-latest' # UPX compress (Linux)