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
|
args: release --skip-publish --snapshot --rm-dist --debug --clean
|
||||||
env:
|
env:
|
||||||
GORELEASER_FORCE_TOKEN: "gitea"
|
GORELEASER_FORCE_TOKEN: "gitea"
|
||||||
- name: Copy deb to publöish folder
|
- name: Copy deb to publish folder
|
||||||
run: mkdir publish; cp dist/*deb public/last.deb
|
run: mkdir publish; cp dist/*deb publish/last.deb
|
||||||
- name: Upload to s3
|
- name: Upload to s3
|
||||||
uses: https://github.com/shallwefootball/s3-upload-action@master
|
uses: https://github.com/shallwefootball/s3-upload-action@master
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue