From 6c38f4aba0623d14237b782ec5fa27e7cd206f1a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 1 Sep 2020 12:16:15 -0600 Subject: [PATCH] remove broken github upload release asset job --- .github/workflows/publish.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb633a44..fb05410f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,16 +19,16 @@ jobs: - name: CT tests run: ./rebar3 ct - - name: Upload Release Asset - id: upload-release-asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ github.event.release.upload_url }} - asset_path: ./rebar3 - asset_name: rebar3 - asset_content_type: application/zip + # - name: Upload Release Asset + # id: upload-release-asset + # uses: actions/upload-release-asset@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # upload_url: ${{ github.event.release.upload_url }} + # asset_path: ./rebar3 + # asset_name: rebar3 + # asset_content_type: application/zip - name: Configure AWS credentials if: "!github.event.release.prerelease"