Преглед изворни кода

Update macos.yml

pull/1359/head
Ray пре 4 година
committed by GitHub
родитељ
комит
89cf02ba56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 7 додато и 1 уклоњено
  1. +7
    -1
      .github/workflows/macos.yml

+ 7
- 1
.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: |

Loading…
Откажи
Сачувај