Windows fix.
h3rald h3rald@h3rald.com
Wed, 31 Mar 2021 15:26:28 +0200
2 files changed,
1 insertions(+),
1 deletions(-)
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