瀏覽代碼

Update macos.yml

pull/1359/head
Ray 4 年之前
committed by GitHub
父節點
當前提交
89cf02ba56
沒有發現已知的金鑰在資料庫的簽署中 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…
取消
儲存