Skip to content

Commit

Permalink
Switch provider
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Sep 30, 2023
1 parent fcd104f commit 53a4712
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,15 @@ jobs:
uses: montudor/action-zip@v0.1.0
with:
args: zip -X -r ${{ github.event.repository.name }}.zip . -x *.git*
- name: Upload Release
uses: ncipollo/release-action@v1.12.0
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
artifacts: ${{ github.event.repository.name }}.zip
token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.event.repository.name }}.zip
asset_name: churchtools-wp-sync
tag: ${{ github.ref }}
overwrite: true
body: "This is my release text"
# - name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
Expand Down

0 comments on commit 53a4712

Please sign in to comment.