Skip to content

Commit f06e9bd

Browse files
committed
create runnerOS as steps output
1 parent 6633d49 commit f06e9bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
enable-plugins: pyside6
4040
user-package-configuration-file: ytmusicapi.nuitka-package.config.yaml
4141

42-
- name: lowercase the runner OS name
42+
- id: runnerOS
4343
env:
4444
INPUT: ${{ runner.os }}
45-
run: echo ::set-env name=RUNNER_OS::${INPUT,,}
45+
run: echo "::set-output name=lower::${INPUT,,}"
4646

4747
- name: Upload Artifacts
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: ytm2spt-${{ env.RUNNER_OS }}-build
50+
name: ytm2spt-${{ steps.runnerOS.outputs.lower }}-build
5151
path: | # match what's created for the 3 OSes
5252
build/*.exe
5353
build/*.bin

0 commit comments

Comments
 (0)