all repos — mn @ ce099d5b026d7b1011ce14cfc6be793ffc8a2449

A truly minimal concatenative programming language.

Fixed compress file on windows.
h3rald h3rald@h3rald.com
Wed, 31 Mar 2021 15:40:59 +0200
commit

ce099d5b026d7b1011ce14cfc6be793ffc8a2449

parent

ccf56bc5b5a3bb1036a00c20020977cde2c4bdbc

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

jump to
M .github/workflows/release.yml.github/workflows/release.yml

@@ -91,7 +91,7 @@ if: matrix.os == 'macosx-latest'

# Package the resulting Windows binary - name: Create artifact (Windows) - run: 7zip a -tzip mn_v${{steps.version-win.outputs.id}}_windows_x64.zip mn.exe + run: Compress-Archive -Path mn.exe -DestinationPath mn_v${{steps.version-win.outputs.id}}_windows_x64.zip if: matrix.os == 'windows-latest' - name: "Get current release"