all repos — mn @ ccf56bc5b5a3bb1036a00c20020977cde2c4bdbc

A truly minimal concatenative programming language.

Windows fix.
h3rald h3rald@h3rald.com
Wed, 31 Mar 2021 15:26:28 +0200
commit

ccf56bc5b5a3bb1036a00c20020977cde2c4bdbc

parent

fdeaa949bccf9e29bcbe0d85aec4d087177c93e7

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

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

@@ -76,7 +76,7 @@ if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest'

- name: Get Version (Windows) id: version-win - run: echo "::set-output name=id::$(mn mntool info:version)" + run: echo "::set-output name=id::$(.\mn.exe mntool info:version)" if: matrix.os == 'windows-latest' # Package the resulting Linux binary