mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
remove duplicate build in nightly
This commit is contained in:
parent
4d12a4d6cb
commit
f0d0f826fb
1 changed files with 0 additions and 4 deletions
4
.github/workflows/nightly-release.yml
vendored
4
.github/workflows/nightly-release.yml
vendored
|
|
@ -62,7 +62,6 @@ jobs:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: |
|
command: |
|
||||||
pnpm run package:win
|
|
||||||
pnpm run publish:win
|
pnpm run publish:win
|
||||||
on_retry_command: pnpm cache delete
|
on_retry_command: pnpm cache delete
|
||||||
|
|
||||||
|
|
@ -76,7 +75,6 @@ jobs:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: |
|
command: |
|
||||||
pnpm run package:mac
|
|
||||||
pnpm run publish:mac
|
pnpm run publish:mac
|
||||||
on_retry_command: pnpm cache delete
|
on_retry_command: pnpm cache delete
|
||||||
|
|
||||||
|
|
@ -90,7 +88,6 @@ jobs:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: |
|
command: |
|
||||||
pnpm run package:linux
|
|
||||||
pnpm run publish:linux
|
pnpm run publish:linux
|
||||||
on_retry_command: pnpm cache delete
|
on_retry_command: pnpm cache delete
|
||||||
|
|
||||||
|
|
@ -104,6 +101,5 @@ jobs:
|
||||||
max_attempts: 3
|
max_attempts: 3
|
||||||
retry_on: error
|
retry_on: error
|
||||||
command: |
|
command: |
|
||||||
pnpm run package:linux-arm64
|
|
||||||
pnpm run publish:linux-arm64
|
pnpm run publish:linux-arm64
|
||||||
on_retry_command: pnpm cache delete
|
on_retry_command: pnpm cache delete
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue