From b263a895b8a2542e4ef874f5e9b69c8200f08765 Mon Sep 17 00:00:00 2001 From: Yang Gao <6821729+criyle@users.noreply.github.com> Date: Tue, 11 Aug 2020 03:01:39 -0400 Subject: [PATCH] Try fix github action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5db12e8..d3977b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,12 +6,12 @@ on: jobs: create-release: name: Create release - if: ${{ startsWith(github.ref, 'v') }} runs-on: ubuntu-latest outputs: upload_url: ${{ steps.create_release.outputs.upload_url }} steps: - name: Create Release + if: ${{ startsWith(github.ref, 'v') }} id: create_release uses: actions/create-release@v1 env: