diff options
| author | Ray <[email protected]> | 2020-08-21 13:16:40 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-21 13:16:40 +0200 |
| commit | 89cf02ba561d3e6f8b6d30491b11d172c6050b9a (patch) | |
| tree | 0dc8e3a9571807acb71e305f7c38fb838ef08c21 | |
| parent | b22a4ecdf909df9001fd440f49a9cc2efbdc10c9 (diff) | |
| download | raylib-89cf02ba561d3e6f8b6d30491b11d172c6050b9a.tar.gz raylib-89cf02ba561d3e6f8b6d30491b11d172c6050b9a.zip | |
Update macos.yml
| -rw-r--r-- | .github/workflows/macos.yml | 8 |
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: | |
