We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6c9f1 commit d6c277aCopy full SHA for d6c277a
.github/workflows/build-release.yml
@@ -202,6 +202,8 @@ jobs:
202
cd ..
203
s3cmd put phplist-${RELEASE_VERSION}.* s3://${{ secrets.AWS_S3_VERSIONS_BUCKET }}/
204
s3cmd put phplist3/public_html/lists/admin/images/power-phplist.png s3://${{ secrets.AWS_S3_POWERED_BUCKET }}/images/${RELEASE_VERSION}/
205
+ cd $GITHUB_WORKSPACE
206
+ cp ../phplist-${RELEASE_VERSION}.* .
207
208
- name: Set up QEMU
209
uses: docker/setup-qemu-action@v1
0 commit comments