From 23ef185b7e23baf95662e0a78480daf92d610b6f Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 7 Jul 2020 14:29:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(build):=20=E4=BF=AE=E6=94=B9=E8=B0=83?= =?UTF-8?q?=E7=94=A8action=20jumpserver/action-build-upload-asset=E7=9A=84?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-drafter.yml | 1 - utils/build.sh | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 utils/build.sh diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 415725a8d..a920dd7d3 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -34,5 +34,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - github_token: ${{ secrets.GITHUB_TOKEN }} upload_url: ${{ needs.create-realese.outputs.upload_url }} \ No newline at end of file diff --git a/utils/build.sh b/utils/build.sh old mode 100644 new mode 100755