Skip to content

Commit

Permalink
Fix SVN deploy (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed May 11, 2020
1 parent 8f762f3 commit 17a9462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/svn-deploy-plugin-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- name: Prepare Files
working-directory: ${{ steps.workflow.outputs.DIST }}
run: |
rsync -r --exclude-from=${{ github.workspace }}/.distignore ${{ github.workspace }} .
rsync -r --exclude-from=${{ github.workspace }}/.distignore ${{ github.workspace }}/* .
mkdir .wporg
rsync -r ${{ github.workspace }}/.wporg .wporg
rsync -r ${{ github.workspace }}/.wporg/* .wporg
rm -rf ${{ github.workspace }}/*
rsync -r . ${{ github.workspace }}
rsync -r ./* ${{ github.workspace }}
- name: List Files
run: find .
Expand Down

0 comments on commit 17a9462

Please # to comment.