This commit is contained in:
parent
387ba50c26
commit
1d09eef545
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ jobs:
|
|||
args: release --clean
|
||||
env:
|
||||
GORELEASER_FORCE_TOKEN: "gitea"
|
||||
GITEA_TOKEN: "${{ secrets.GITEA }}"
|
||||
- name: Copy deb to publish folder
|
||||
run: mkdir publish; cp dist/*deb publish/stable.deb; cp dist/*deb publish/
|
||||
- name: Upload to s3
|
||||
|
|
Loading…
Reference in a new issue