Skip to content

Commit

Permalink
Merge branch 'release-3.6.6' of github.com:phpList/phplist3 into rele…
Browse files Browse the repository at this point in the history
…ase-3.6.6
  • Loading branch information
marianaballa committed Nov 25, 2021
2 parents 87241c1 + 14d5d13 commit c47b06b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,13 @@ jobs:
access_key: ${{ secrets.AWS_KEY_ID }}
secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

- name: Upload the files
- name: Upload the files to S3
run: |
cd ..
s3cmd put phplist-${RELEASE_VERSION}.* s3://${{ secrets.AWS_S3_VERSIONS_BUCKET }}/
s3cmd put phplist3/public_html/lists/admin/images/power-phplist.png s3://${{ secrets.AWS_S3_POWERED_BUCKET }}/images/${RELEASE_VERSION}/
- name: Upload the files to SF
run: |
export SSHPASS=${{ secrets.SF_PASS }}
if [[ $RELEASE_VERSION =~ "-RC" ]]; then
Expand Down

0 comments on commit c47b06b

Please sign in to comment.