:octocat: 更新 GitHub Actions CI 脚本

This commit is contained in:
Liang Ding 2022-11-12 11:38:50 +08:00
parent b9186d2cdf
commit 6ca128aeeb
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -166,12 +166,12 @@ jobs:
with:
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel
- name: Remove Kernel Directory for Mac
- name: Remove Kernel Directory for macOS
uses: JesseTG/rm@v1.0.2
with:
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-darwin
- name: Remove Kernel Directory for Mac M1
- name: Remove Kernel Directory for macOS ARM64
uses: JesseTG/rm@v1.0.2
with:
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-darwin-arm64