summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRay <[email protected]>2020-12-25 02:06:50 +0100
committerGitHub <[email protected]>2020-12-25 02:06:50 +0100
commit1320d9e303e04eb671e60acd20ac7bbce2fa3c47 (patch)
treea97689e2ae13e1e5e5bdda1551e5398676e4abfd /.github
parente4477472f33fb7d055605de93a512a73c88137ab (diff)
downloadraylib-1320d9e303e04eb671e60acd20ac7bbce2fa3c47.tar.gz
raylib-1320d9e303e04eb671e60acd20ac7bbce2fa3c47.zip
Update macos.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 15d6bc5f..d9076979 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -19,7 +19,7 @@ jobs:
- name: Setup Release Version
run: |
- 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
shell: bash
if: github.event_name == 'release' && github.event.action == 'published'