1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-20 12:19:55 +00:00

Change lowercase step

This commit is contained in:
Michael Camilleri 2021-08-23 15:24:25 +09:00
parent 41a3c5f846
commit 7ce733cc16
No known key found for this signature in database
GPG Key ID: 7EB218A48DF8B572

View File

@ -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