summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-21 13:16:40 +0200
committerGitHub <[email protected]>2020-08-21 13:16:40 +0200
commit89cf02ba561d3e6f8b6d30491b11d172c6050b9a (patch)
tree0dc8e3a9571807acb71e305f7c38fb838ef08c21
parentb22a4ecdf909df9001fd440f49a9cc2efbdc10c9 (diff)
downloadraylib-89cf02ba561d3e6f8b6d30491b11d172c6050b9a.tar.gz
raylib-89cf02ba561d3e6f8b6d30491b11d172c6050b9a.zip
Update macos.yml
-rw-r--r--.github/workflows/macos.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 44407f1a..15d6bc5f 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -11,11 +11,17 @@ jobs:
runs-on: macos-latest
env:
- RELEASE_NAME: raylib-3.1_macos
+ RELEASE_NAME: raylib-dev_macos
steps:
- name: Checkout
uses: actions/checkout@master
+
+ - name: Setup Release Version
+ run: |
+ echo "::set-env name=RELEASE_NAME::raylib-${{ github.event.release.tag_name }}_macos"
+ shell: bash
+ if: github.event_name == 'release' && github.event.action == 'published'
- name: Setup Environment
run: |