Skip to content

Commit

Permalink
Update build-zip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alicolville authored Sep 13, 2024
1 parent e2cdd65 commit 3fd1661
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-zip.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build WP Plugin (zip) and FTP to web server #3
on: [push]
#on:
# push:
# tags:
# - v1.**
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,7 +22,7 @@ jobs:
directory: /home/runner/work/Weight-Tracker/Weight-Tracker/
filename: '/tmp/zip/weight-tracker.zip'
exclusions: '*.git* /*node_modules/* .editorconfig /*playwright* /*docs* /*dist*'
- name: FTP files to web server
- name: FTP: Zip file for user downloads
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_URL }}
Expand Down

0 comments on commit 3fd1661

Please sign in to comment.