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