all repos — min @ c0f1974cb829b9970fd90362e483412dd0b236be

A small but practical concatenative programming language.

Fixing upx compression.
h3rald h3rald@h3rald.com
Mon, 31 Jul 2023 11:35:22 +0200
commit

c0f1974cb829b9970fd90362e483412dd0b236be

parent

a4fcf29c7c33cdfb16f0c5cde817f6d6861bdbd3

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

@@ -74,7 +74,7 @@ uses: svenstaro/upx-action@v2

with: files: | min - args: --best + args: --best --force if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' # UPX compress (Windows)

@@ -83,7 +83,7 @@ uses: svenstaro/upx-action@v2

with: files: | min.exe - args: --best + args: --best --force if: matrix.os == 'windows-latest' # Retrieve ID and Name of the current (draft) release