Skip to content

Commit

Permalink
Merge pull request #126 from shogo82148/fix-deprecated-blobs-folder
Browse files Browse the repository at this point in the history
fix: DEPRECATED:  blobs.folder  should not be used anymore
  • Loading branch information
shogo82148 authored Aug 23, 2024
2 parents 3a6c97b + 39e7946 commit 95c1a24
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,40 +132,40 @@ blobs:
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: amazonlinux/2/x86_64/rdsmysql
directory: amazonlinux/2/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: amazonlinux/2/aarch64/rdsmysql
directory: amazonlinux/2/aarch64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: amazonlinux/2023/x86_64/rdsmysql
directory: amazonlinux/2023/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: amazonlinux/2023/aarch64/rdsmysql
directory: amazonlinux/2023/aarch64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: centos/7/x86_64/rdsmysql
directory: centos/7/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: centos/7/aarch64/rdsmysql
directory: centos/7/aarch64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: almalinux/8/x86_64/rdsmysql
directory: almalinux/8/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: almalinux/8/aarch64/rdsmysql
directory: almalinux/8/aarch64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: rockylinux/8/x86_64/rdsmysql
directory: rockylinux/8/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: rockylinux/8/aarch64/rdsmysql
directory: rockylinux/8/aarch64/rdsmysql
20 changes: 10 additions & 10 deletions v2/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,40 +132,40 @@ blobs:
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: amazonlinux/2/x86_64/rdsmysql
directory: amazonlinux/2/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: amazonlinux/2/aarch64/rdsmysql
directory: amazonlinux/2/aarch64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: amazonlinux/2023/x86_64/rdsmysql
directory: amazonlinux/2023/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: amazonlinux/2023/aarch64/rdsmysql
directory: amazonlinux/2023/aarch64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: centos/7/x86_64/rdsmysql
directory: centos/7/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: centos/7/aarch64/rdsmysql
directory: centos/7/aarch64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: almalinux/8/x86_64/rdsmysql
directory: almalinux/8/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: almalinux/8/aarch64/rdsmysql
directory: almalinux/8/aarch64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-amd64]
folder: rockylinux/8/x86_64/rdsmysql
directory: rockylinux/8/x86_64/rdsmysql
- provider: s3
bucket: shogo82148-rpm-temporary
ids: [package-arm64]
folder: rockylinux/8/aarch64/rdsmysql
directory: rockylinux/8/aarch64/rdsmysql

0 comments on commit 95c1a24

Please sign in to comment.