Доработан 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:
|
||||
branches:
|
||||
- "**"
|
||||
tags-ignore:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -114,13 +114,13 @@ jobs:
|
||||
echo EOF >> $GITHUB_OUTPUT
|
||||
|
||||
- name: download debian amd64 package
|
||||
uses: https://gitea.com/actions/download-artifact@v4
|
||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||
with:
|
||||
name: ${{ needs.build.outputs.artifact_amd64 }}
|
||||
path: out/
|
||||
|
||||
- name: download debian ard64 package
|
||||
uses: https://gitea.com/actions/download-artifact@v4
|
||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||
with:
|
||||
name: ${{ needs.build.outputs.artifact_arm64 }}
|
||||
path: out/
|
||||
@ -155,19 +155,19 @@ jobs:
|
||||
- deploy
|
||||
steps:
|
||||
- name: download debian amd64 package
|
||||
uses: https://gitea.com/actions/download-artifact@v4
|
||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||
with:
|
||||
name: ${{ needs.build.outputs.artifact_amd64 }}
|
||||
path: out/
|
||||
|
||||
- name: download debian ard64 package
|
||||
uses: https://gitea.com/actions/download-artifact@v4
|
||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||
with:
|
||||
name: ${{ needs.build.outputs.artifact_arm64 }}
|
||||
path: out/
|
||||
|
||||
- name: download windows package
|
||||
uses: https://gitea.com/actions/download-artifact@v4
|
||||
uses: https://gitea.com/actions/download-artifact@v3-node20
|
||||
with:
|
||||
name: ${{ needs.build_windows.outputs.artifact }}
|
||||
path: out/
|
||||
|
Loading…
Reference in New Issue
Block a user