Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizkiller96 committed Apr 19, 2024
1 parent cf1482e commit 7e551a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ upload-windows-release:
entrypoint: [""]
before_script:
- pip install s3cmd
- echo "[default]" > .s3cfg
- echo "access_key = $DO_SPACES_ACCESS_KEY" >> .s3cfg
- echo "secret_key = $DO_SPACES_SECRET_KEY" >> .s3cfg
- echo "bucket_location = US" >> .s3cfg
- echo "host_base = nyc3.digitaloceanspaces.com" >> .s3cfg
- echo "host_bucket = %(bucket)s.nyc3.digitaloceanspaces.com" >> .s3cfg
script:
- sed -i "s/_INSTALLER_FILE_NAME_/$INSTALLER_FILE_NAME/g" releases-v3.json
- sed -i "s/_VERSION_/$CI_COMMIT_TAG/g" releases-v3.json
Expand Down

0 comments on commit 7e551a9

Please sign in to comment.