Skip to content

Commit

Permalink
ci: fixing artifact push on scw s3
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Aug 15, 2023
1 parent 8b0a6d5 commit 993bac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/exe-release-prometheuspush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,5 @@ jobs:
$clientconfig=@{
SignatureVersion="s3v4"
ServiceUrl="https://s3.fr-par.scw.cloud"
S3Region="fr-par"
}
Write-S3Object -EndpointUrl "https://s3.fr-par.scw.cloud" -Region "fr-par" -BucketName "scaphandre" -File scaphandre_${GITHUB_REF_NAME}_installer.exe -key "x86_64/scaphandre_${GITHUB_REF_NAME}_installer.exe" -PublicReadOnly -ClientConfig $clientconfig

0 comments on commit 993bac7

Please sign in to comment.