mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 08:28: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'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
yarn release
|
yarn release
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
- name: Build & release app mac
|
- name: Build & release app mac
|
||||||
if: matrix.os == 'macos-11'
|
if: matrix.os == 'macos-11'
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/manually.yml
vendored
2
.github/workflows/manually.yml
vendored
@ -49,6 +49,8 @@ jobs:
|
|||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
yarn release
|
yarn release
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
- name: Build & release app mac
|
- name: Build & release app mac
|
||||||
if: matrix.os == 'macos-11'
|
if: matrix.os == 'macos-11'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user