Skip to content

Commit c47b06b

Browse files
committed
Merge branch 'release-3.6.6' of github.com:phpList/phplist3 into release-3.6.6
2 parents 87241c1 + 14d5d13 commit c47b06b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,13 @@ jobs:
209209
access_key: ${{ secrets.AWS_KEY_ID }}
210210
secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
211211

212-
- name: Upload the files
212+
- name: Upload the files to S3
213+
run: |
214+
cd ..
215+
s3cmd put phplist-${RELEASE_VERSION}.* s3://${{ secrets.AWS_S3_VERSIONS_BUCKET }}/
216+
s3cmd put phplist3/public_html/lists/admin/images/power-phplist.png s3://${{ secrets.AWS_S3_POWERED_BUCKET }}/images/${RELEASE_VERSION}/
217+
218+
- name: Upload the files to SF
213219
run: |
214220
export SSHPASS=${{ secrets.SF_PASS }}
215221
if [[ $RELEASE_VERSION =~ "-RC" ]]; then

0 commit comments

Comments
 (0)