From e1d4dbb2a20e0fd491ccc10c5fde07dd2cc60a2e Mon Sep 17 00:00:00 2001 From: Michael Mell Date: Wed, 13 Nov 2024 16:09:42 +0100 Subject: [PATCH] WIP: Do not upload Zip --- .github/workflows/release-build.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index c47049d..4b633e9 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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