parent
ab83e1ff5e
commit
8a06fe56cf
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue