Skip to content

Commit

Permalink
👷 Add release ZIP to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Nov 5, 2024
1 parent 781428b commit 51234dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
# Create artifacts
- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.zip
path: ${{ github.event.repository.name }}.zip
# Create release
- name: Create Release
id: create_release
Expand Down

0 comments on commit 51234dd

Please sign in to comment.