Skip to content

Commit

Permalink
use separate action for lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmj303 committed Jul 17, 2024
1 parent f06e9bd commit 7c4aaba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
user-package-configuration-file: ytmusicapi.nuitka-package.config.yaml

- id: runnerOS
env:
INPUT: ${{ runner.os }}
run: echo "::set-output name=lower::${INPUT,,}"
uses: ASzc/change-string-case-action@v6
with:
string: ${{ runner.os }}

- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: ytm2spt-${{ steps.runnerOS.outputs.lower }}-build
name: ytm2spt-${{ steps.runnerOS.outputs.lowercase }}-build
path: | # match what's created for the 3 OSes
build/*.exe
build/*.bin
Expand Down

0 comments on commit 7c4aaba

Please sign in to comment.