forked from ms/transocks
Доработан release workflow
This commit is contained in:
parent
4b557c52c2
commit
2a1ed25ac5
@ -107,11 +107,13 @@ jobs:
|
||||
uses: https://git.mousesoft.ru/actions/download-artifact@v3-node20
|
||||
with:
|
||||
name: ${{ needs.build_linux.outputs.artifact_amd64 }}
|
||||
path: out
|
||||
|
||||
- name: download linux arm64 package
|
||||
uses: https://git.mousesoft.ru/actions/download-artifact@v3-node20
|
||||
with:
|
||||
name: ${{ needs.build_linux.outputs.artifact_arm64 }}
|
||||
path: out
|
||||
|
||||
- name: deploy packages
|
||||
env:
|
||||
@ -131,15 +133,14 @@ jobs:
|
||||
Port $SSH_PORT
|
||||
StrictHostKeyChecking no
|
||||
END
|
||||
find -O1 . -name '*.changes' -exec dput mousesoft \{\} \;
|
||||
find -O1 out -name '*.changes' -exec dput mousesoft \{\} \;
|
||||
|
||||
- name: release
|
||||
uses: https://git.mousesoft.ru/actions/gitea-release-action@v1
|
||||
with:
|
||||
title: "Transocks ${{ needs.build.outputs.version }}"
|
||||
body: "${{ needs.build.outputs.changes }}"
|
||||
files: |
|
||||
*.deb
|
||||
files: out/*.deb
|
||||
sha256sum: true
|
||||
prerelease: true
|
||||
draft: true
|
||||
|
Loading…
Reference in New Issue
Block a user