We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87241c1 + 14d5d13 commit c47b06bCopy full SHA for c47b06b
.github/workflows/build-release.yml
@@ -209,7 +209,13 @@ jobs:
209
access_key: ${{ secrets.AWS_KEY_ID }}
210
secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
211
212
- - name: Upload the files
+ - 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
219
run: |
220
export SSHPASS=${{ secrets.SF_PASS }}
221
if [[ $RELEASE_VERSION =~ "-RC" ]]; then
0 commit comments