Skip to content

Commit

Permalink
fix env var RUNNER_OS
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmj303 committed Jul 17, 2024
1 parent 678f621 commit 6633d49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
user-package-configuration-file: ytmusicapi.nuitka-package.config.yaml

- name: lowercase the runner OS name
run: echo ::set-env name=RUNNER_OS::${${{ runner.os }},,}
env:
INPUT: ${{ runner.os }}
run: echo ::set-env name=RUNNER_OS::${INPUT,,}

- name: Upload Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6633d49

Please sign in to comment.