This commit is contained in:
parent
8ac5299a26
commit
5395f54f5e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||||
GORELEASER_FORCE_TOKEN: "gitea"
|
GORELEASER_FORCE_TOKEN: "gitea"
|
||||||
- name: Copy deb to publish folder
|
- name: Copy deb to publish folder
|
||||||
run: mkdir publish; cp dist/softwatch_linux_amd64_v1/softwatch publish/softwatch_linux_amd64; cp dist/softwatch_linux_arm_7/publish/softwatch_linux_arm_7
|
run: mkdir publish; cp dist/softwatch_linux_amd64_v1/softwatch publish/softwatch_linux_amd64; cp dist/softwatch_linux_arm_7/softwatch publish/softwatch_linux_arm_7
|
||||||
- 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