Доработан workflow.
All checks were successful
build / build_windows (push) Successful in 32s
release / build_windows (push) Successful in 37s
release / release (push) Successful in 5s
build / build (push) Successful in 40s
release / build (push) Successful in 42s
release / deploy (push) Successful in 14s
All checks were successful
build / build_windows (push) Successful in 32s
release / build_windows (push) Successful in 37s
release / release (push) Successful in 5s
build / build (push) Successful in 40s
release / build (push) Successful in 42s
release / deploy (push) Successful in 14s
This commit is contained in:
parent
294a8dd1ee
commit
cd288b44b1
@ -6,6 +6,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
|
tags-ignore:
|
||||||
|
- "v*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -114,13 +114,13 @@ jobs:
|
|||||||
echo EOF >> $GITHUB_OUTPUT
|
echo EOF >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: download debian amd64 package
|
- name: download debian amd64 package
|
||||||
uses: https://gitea.com/actions/download-artifact@v4
|
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.build.outputs.artifact_amd64 }}
|
name: ${{ needs.build.outputs.artifact_amd64 }}
|
||||||
path: out/
|
path: out/
|
||||||
|
|
||||||
- name: download debian ard64 package
|
- name: download debian ard64 package
|
||||||
uses: https://gitea.com/actions/download-artifact@v4
|
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.build.outputs.artifact_arm64 }}
|
name: ${{ needs.build.outputs.artifact_arm64 }}
|
||||||
path: out/
|
path: out/
|
||||||
@ -155,19 +155,19 @@ jobs:
|
|||||||
- deploy
|
- deploy
|
||||||
steps:
|
steps:
|
||||||
- name: download debian amd64 package
|
- name: download debian amd64 package
|
||||||
uses: https://gitea.com/actions/download-artifact@v4
|
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.build.outputs.artifact_amd64 }}
|
name: ${{ needs.build.outputs.artifact_amd64 }}
|
||||||
path: out/
|
path: out/
|
||||||
|
|
||||||
- name: download debian ard64 package
|
- name: download debian ard64 package
|
||||||
uses: https://gitea.com/actions/download-artifact@v4
|
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.build.outputs.artifact_arm64 }}
|
name: ${{ needs.build.outputs.artifact_arm64 }}
|
||||||
path: out/
|
path: out/
|
||||||
|
|
||||||
- name: download windows package
|
- name: download windows package
|
||||||
uses: https://gitea.com/actions/download-artifact@v4
|
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.build_windows.outputs.artifact }}
|
name: ${{ needs.build_windows.outputs.artifact }}
|
||||||
path: out/
|
path: out/
|
||||||
|
Loading…
Reference in New Issue
Block a user