ci: run
/ Release (push) Successful in 1m6s Details

This commit is contained in:
Kekskurse 2023-07-21 12:24:07 +02:00
parent ab83e1ff5e
commit 8a06fe56cf
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ jobs:
args: release --skip-publish --snapshot --rm-dist --debug --clean
env:
GORELEASER_FORCE_TOKEN: "gitea"
- name: Copy deb to publöish folder
run: mkdir publish; cp dist/*deb public/last.deb
- name: Copy deb to publish folder
run: mkdir publish; cp dist/*deb publish/last.deb
- name: Upload to s3
uses: https://github.com/shallwefootball/s3-upload-action@master
with: