From 6d2edbdcd83690d1417445a995bef5f615692d47 Mon Sep 17 00:00:00 2001 From: juewuy Date: Mon, 29 Jan 2024 18:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=85=E6=A0=B8=E5=8E=8B?= =?UTF-8?q?=E7=BC=A9=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_meta_core_test.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/update_meta_core_test.yaml b/.github/workflows/update_meta_core_test.yaml index 040d3b3..778e4b6 100644 --- a/.github/workflows/update_meta_core_test.yaml +++ b/.github/workflows/update_meta_core_test.yaml @@ -41,11 +41,6 @@ jobs: version: ${{steps.meta.outputs.version}} tags: ${{steps.meta.outputs.tags}} steps: - - uses: actions/checkout@v4.1.1 - with: - repository: ${{ github.event.inputs.tag1 }} - ref: ${{ github.event.inputs.tag2 }} - fetch-depth: 0 - name: setup go uses: actions/setup-go@v4.1.0 @@ -126,7 +121,7 @@ jobs: - name: build core id: build - run: go build -v -trimpath -ldflags "-X 'github.com/sagernet/meta/constant.Version=${VERSION}' -s -w -buildid=" -tags "${TAGS}" + run: go build -v -trimpath -ldflags "-X 'github.com/metacubex/mihomo/constant.Version=${VERSION}' -s -w -buildid=" -tags "${TAGS}" -o meta - name: Upload file to workspace uses: actions/upload-artifact@v4