Skip to content

Commit

Permalink
Merge pull request #28 from dqops/1.4.0
Browse files Browse the repository at this point in the history
1.4.0
  • Loading branch information
dqops authored May 29, 2024
2 parents 0d3f206 + 66ab7f4 commit 8dd2301
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-asia/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -53,6 +54,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-australia-southeast1/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -62,6 +64,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-eu/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -71,6 +74,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-europe-central2/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -80,6 +84,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-in/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -89,6 +94,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-me-central1/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -98,6 +104,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-me-west1/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -107,6 +114,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-southamerica-east1/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -117,6 +125,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-africa-south1/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand All @@ -126,6 +135,7 @@ jobs:
path: './distribution/target/dqo-distribution-${{steps.read_version.outputs.content}}-bin.zip'
destination: '${{ secrets.DQOPS_COM_WWW_BUCKET_PREFIX }}-us/releases'
gzip: false
process_gcloudignore: false
headers: |-
content-type: application/zip
Expand Down

0 comments on commit 8dd2301

Please sign in to comment.