mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 00:18:13 -04:00
🐛 Fix: linux github actions workflow bug
This commit is contained in:
parent
1848bff091
commit
5cb8151df7
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
yarn release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
- name: Build & release app mac
|
||||
if: matrix.os == 'macos-11'
|
||||
run: |
|
||||
|
2
.github/workflows/manually.yml
vendored
2
.github/workflows/manually.yml
vendored
@ -49,6 +49,8 @@ jobs:
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
yarn release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
- name: Build & release app mac
|
||||
if: matrix.os == 'macos-11'
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user