Skip to content

Commit c14fd15

Browse files
committed
find sftp
1 parent 941cdbd commit c14fd15

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

22
name: Build Release
33

4-
on:
5-
push:
6-
tags: v[1-9]+.[0-9]+.*
4+
on: [push]
75

86
jobs:
97
test:
@@ -106,6 +104,7 @@ jobs:
106104
which rsync
107105
rsync --version
108106
firefox -v
107+
which sftp
109108
vendor/bin/behat -V
110109
111110
- name: Run Behat Tests
@@ -206,7 +205,3 @@ jobs:
206205
secret_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
207206

208207
- name: Upload the files
209-
run: |
210-
cd ..
211-
s3cmd put phplist-${RELEASE_VERSION}.* s3://${{ secrets.AWS_S3_VERSIONS_BUCKET }}/
212-
s3cmd put phplist3/public_html/lists/admin/images/power-phplist.png s3://${{ secrets.AWS_S3_POWERED_BUCKET }}/images/${RELEASE_VERSION}/

0 commit comments

Comments
 (0)