all repos — pls @ 0d9a15f8ef1fc8e732b845535edb43582bf1516b

A polite but determined task runner.

Fixed workflow.
h3rald h3rald@h3rald.com
Tue, 09 Nov 2021 15:49:03 +0100
commit

0d9a15f8ef1fc8e732b845535edb43582bf1516b

parent

7874183fa9f1416b5d7884ff4991bd9e587292de

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

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

@@ -58,12 +58,12 @@ sh init.sh -y

# Build for Linux - name: Build (Linux) - run: nim c -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --gc:orc --opt:size pls + run: nimble build -y -d:release --gcc.exe:musl-gcc --gcc.linkerexe:musl-gcc --gc:orc --opt:size pls if: matrix.os == 'ubuntu-latest' # Build for macOS/Windows - name: Build (macOS, Windows) - run: nim c -d:release --gc:orc --opt:size pls + run: nimble build -y -d:release --gc:orc --opt:size pls if: matrix.os == 'macos-latest' || matrix.os == 'windows-latest' # Retrieve ID and Name of the current (draft) release