From a937f13f72139f069a261006879b2f5b80586039 Mon Sep 17 00:00:00 2001 From: PPPPP <32994395+P-PPPP@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:49:18 +0800 Subject: [PATCH] Update Debug Mode --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2d8588..0482bdb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,7 @@ jobs: id: version - name: CreateRelease + if: always() uses: actions/create-release@v1 id: create_release with: @@ -48,6 +49,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: UploadAssets + if: always() uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ github.token }}