all repos — hastyscribe @ 4e40a8edb07f9e09e9be3763d84d3674e81bbfa8

A professional markdown compiler.

Updating workflow.
h3rald h3rald@h3rald.com
Thu, 31 Aug 2023 18:31:06 +0000
commit

4e40a8edb07f9e09e9be3763d84d3674e81bbfa8

parent

77df440b28a1e4abddab2f5205abfb83e8245bbc

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

jump to
M .github/workflows/add-artifacts-to-current-release.yml.github/workflows/add-artifacts-to-current-release.yml

@@ -30,7 +30,7 @@

# Detects OS and provide Nim-friendly OS identifiers - name: Detect current OS id: os - run: echo "::set-output name=id::${{matrix.os == 'ubuntu-latest' && 'linux' || matrix.os == 'macos-latest' && 'macosx' || matrix.os == 'windows-latest' && 'windows'}}" + run: echo "os=${{matrix.os == 'ubuntu-latest' && 'linux' || matrix.os == 'macos-latest' && 'macosx' || matrix.os == 'windows-latest' && 'windows'}}" >> $GITHUB_OUTPUT # Checks out the repository - uses: actions/checkout@v2