Skip to content

Commit 5320cf5

Browse files
committed
verify the files are there
1 parent c739f22 commit 5320cf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ jobs:
203203
s3cmd put phplist-${RELEASE_VERSION}.* s3://${{ secrets.AWS_S3_VERSIONS_BUCKET }}/
204204
s3cmd put phplist3/public_html/lists/admin/images/power-phplist.png s3://${{ secrets.AWS_S3_POWERED_BUCKET }}/images/${RELEASE_VERSION}/
205205
cd $GITHUB_WORKSPACE
206-
tar zxf ../phplist-${RELEASE_VERSION}.tgz
206+
tar zxvf ../phplist-${RELEASE_VERSION}.tgz
207+
ls -l
207208
208209
- name: Set up QEMU
209210
uses: docker/setup-qemu-action@v1

0 commit comments

Comments
 (0)