Skip to content

Commit

Permalink
Updating workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rald committed Aug 31, 2023
1 parent 77df440 commit 4e40a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-artifacts-to-current-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# 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
Expand Down

0 comments on commit 4e40a8e

Please sign in to comment.