Skip to content

Commit

Permalink
WIP: Do not upload Zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Nov 13, 2024
1 parent d1ccfb5 commit e1d4dbb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
draft: ${{ github.ref != 'refs/heads/master' }}
prerelease: true # TODO: revert this to false

- name: Upload Zip file of build to release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.PACKAGE_ZIP_PATH }}
asset_name: ${{ env.PACKAGE_ZIP_NAME }}
asset_content_type: application/zip
# - name: Upload Zip file of build to release
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ${{ env.PACKAGE_ZIP_PATH }}
# asset_name: ${{ env.PACKAGE_ZIP_NAME }}
# asset_content_type: application/zip

0 comments on commit e1d4dbb

Please sign in to comment.