From a46f84b3ae44cd1aed9c17e9f4f4a8ad035144c7 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Thu, 27 Feb 2020 02:53:23 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1bb6f8b..db372478 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: os-name: [ ubuntu-latest ] python-version: [ 3.7 ] - needs: [ install-prepare-release.off ] + needs: [ install-prepare-release ] steps: # checkout commit - name: Checkout commit @@ -213,6 +213,7 @@ jobs: release_name: ALttPDoorRandomizer v${{ steps.debug_info.outputs.github_tag }} body: ${{ steps.release_notes.outputs.body }} draft: true + if: false # upload linux archive asset - name: Upload Linux Archive Asset id: upload-linux-asset @@ -224,6 +225,7 @@ jobs: asset_path: ../deploy/linux/ALttPDoorRandomizer.tar.gz asset_name: ALttPDoorRandomizer-${{ steps.debug_info.outputs.github_tag }}-linux-bionic.tar.gz asset_content_type: application/gzip + if: false # upload macos archive asset - name: Upload MacOS Archive Asset id: upload-macos-asset @@ -235,6 +237,7 @@ jobs: asset_path: ../deploy/macos/ALttPDoorRandomizer.tar.gz asset_name: ALttPDoorRandomizer-${{ steps.debug_info.outputs.github_tag }}-osx.tar.gz asset_content_type: application/gzip + if: false # upload windows archive asset - name: Upload Windows Archive Asset id: upload-windows-asset @@ -246,3 +249,4 @@ jobs: asset_path: ../deploy/windows/ALttPDoorRandomizer.zip asset_name: ALttPDoorRandomizer-${{ steps.debug_info.outputs.github_tag }}-windows.zip asset_content_type: application/zip + if: false