Skip to content

Commit

Permalink
Disabled release zip (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl authored Jan 22, 2024
1 parent a50c35e commit 80c2040
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: simple-smtp

- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ steps.deploy.outputs.zip-path }}
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
# - name: Upload release asset
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: ${{ steps.deploy.outputs.zip-path }}
# asset_name: ${{ github.event.repository.name }}.zip
# asset_content_type: application/zip

0 comments on commit 80c2040

Please sign in to comment.