瀏覽代碼

remove broken github upload release asset job

pull/2340/head
Tristan Sloughter 4 年之前
父節點
當前提交
6c38f4aba0
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 6BC93CF674613287
共有 1 個檔案被更改,包括 10 行新增10 行删除
  1. +10
    -10
      .github/workflows/publish.yml

+ 10
- 10
.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"

Loading…
取消
儲存