Fixed workflow.
h3rald h3rald@h3rald.com
Tue, 09 Nov 2021 15:49:03 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
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