mirror of
https://github.com/janet-lang/janet
synced 2024-12-25 07:50:27 +00:00
Change lowercase step
This commit is contained in:
parent
41a3c5f846
commit
7ce733cc16
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set the version
|
||||
run: echo "version=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
|
||||
- name: Set the platform
|
||||
run: echo "platform=${RUNNER_OS,,}" >> $GITHUB_ENV
|
||||
run: echo "platform=$(tr '[A-Z]' '[a-z]' <<< $RUNNER_OS)" >> $GITHUB_ENV
|
||||
- name: Compile the project
|
||||
run: make clean && make
|
||||
- name: Build the artifact
|
||||
|
Loading…
Reference in New Issue
Block a user