From b402d974564458d388286dbbe1040a16c9f7f20c Mon Sep 17 00:00:00 2001 From: EstrellaXD Date: Tue, 29 Aug 2023 11:00:43 +0800 Subject: [PATCH] ci: remove outdated code. --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 65839a7d..d0b7f1a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,6 @@ jobs: echo "release=1" >> $GITHUB_OUTPUT echo "dev=0" >> $GITHUB_OUTPUT echo "version=${{ github.event.pull_request.title }}" >> $GITHUB_OUTPUT - - name: Dev Release if: | github.event_name == 'push' && @@ -177,7 +176,7 @@ jobs: needs: [build-docker, build-webui, version-info] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download artifact uses: actions/download-artifact@v3