parent
4a54b35510
commit
a49ed9a9a7
2 changed files with 10 additions and 6 deletions
|
@ -25,4 +25,13 @@ jobs:
|
|||
version: latest
|
||||
args: release --clean
|
||||
env:
|
||||
GORELEASER_FORCE_TOKEN: "gitea"
|
||||
GORELEASER_FORCE_TOKEN: "gitea"
|
||||
- name: Upload to s3
|
||||
uses: shallwefootball/s3-upload-action@master
|
||||
with:
|
||||
aws_key_id: ${{ secrets.AWS_KEY_ID }}
|
||||
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
|
||||
aws_bucket: 'kekscloud-releases'
|
||||
source_dir: 'dist'
|
||||
destination_dir: 'http-server-status/'
|
||||
endpoint: 's3.eu-central-003.backblazeb2.com'
|
|
@ -17,11 +17,6 @@ builds:
|
|||
- amd64
|
||||
ldflags:
|
||||
- -X main.version={{ .Version }}
|
||||
archives:
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
changelog:
|
||||
|
|
Loading…
Reference in a new issue