Доработан 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

This commit is contained in:
Алексей Бадяев 2024-10-12 15:29:04 +07:00
parent 294a8dd1ee
commit cd288b44b1
Signed by: alexey
GPG Key ID: 686FBC1363E4AFAE
2 changed files with 7 additions and 5 deletions

View File

@ -6,6 +6,8 @@ on:
push:
branches:
- "**"
tags-ignore:
- "v*"
jobs:
build:

View File

@ -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/