From cfcc2908a794241d068ea9a9cf7ef342c7900b07 Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Tue, 29 Aug 2023 10:58:28 +0800 Subject: [PATCH] ci: fix bugs. --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7883859c..65839a7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Test run: | - echo "release=1" >> $GITHUB_OUTPUT + echo "release=0" >> $GITHUB_OUTPUT echo "dev=0" >> $GITHUB_OUTPUT echo "version=Test" >> $GITHUB_OUTPUT - name: Normal Release, generate tag. @@ -89,7 +89,6 @@ jobs: cd webui && pnpm build - name: Upload artifact - if: ${{ needs.version-info.outputs.release == 1 }} uses: actions/upload-artifact@v3 with: name: dist @@ -156,7 +155,6 @@ jobs: password: ${{ secrets.ACCESS_TOKEN }} - name: Download artifact - if: ${{ needs.version-info.outputs.release == 1 }} uses: actions/download-artifact@v3 with: name: dist