Fixed output value for os.
h3rald h3rald@h3rald.com
Mon, 31 Jul 2023 15:28:42 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
M
.github/workflows/add-artifacts-to-current-release.yml
→
.github/workflows/add-artifacts-to-current-release.yml
@@ -97,7 +97,7 @@ view_top: 1
# Package the resulting Linux/macOS binary - name: Create artifact (Linux, macOS) - run: zip min_${{steps.current-release.outputs.tag_name}}_${{steps.os.outputs.id}}_x64.zip min + run: zip min_${{steps.current-release.outputs.tag_name}}_${{steps.os.outputs.os}}_x64.zip min if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' # Package the resulting Windows binary