Update ci.yml

This commit is contained in:
Mike A. Trethewey
2020-02-27 02:53:23 -08:00
parent 055ad6bd71
commit a46f84b3ae

View File

@@ -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