all repos — min @ ff3021337d6e2439956b6da0ecdd6e7d29cfbd19

A small but practical concatenative programming language.

Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Sat, 19 Oct 2024 17:40:02 +0200
commit

ff3021337d6e2439956b6da0ecdd6e7d29cfbd19

parent

5058cc366954542a1602642960e3b80b0a287bab

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

@@ -87,14 +87,14 @@ shell: msys2 {0}

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 min if: matrix.os == 'windows-latest' - # UPX compress (*nix) + # UPX compress (Linux) - name: UPX uses: svenstaro/upx-action@v2 with: files: | min args: --best --force - if: matrix.os == 'macos-13' || matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-latest' # UPX compress (Windows) - name: UPX