We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e447747 commit 1320d9eCopy full SHA for 1320d9e
1 file changed
.github/workflows/macos.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Setup Release Version
21
run: |
22
- echo "::set-env name=RELEASE_NAME::raylib-${{ github.event.release.tag_name }}_macos"
+ echo "RELEASE_NAME=raylib-${{ github.event.release.tag_name }}_macos" >> $GITHUB_ENV
23
shell: bash
24
if: github.event_name == 'release' && github.event.action == 'published'
25
0 commit comments