From f17564209d5c86f957df909005c2cc0394120b96 Mon Sep 17 00:00:00 2001 From: WJQSERVER Date: Wed, 5 Feb 2025 16:41:21 +0800 Subject: [PATCH] 25w11a --- .github/workflows/build-dev.yml | 8 +------- .github/workflows/build.yml | 8 +------- DEV-VERSION | 2 +- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 3650e17..54a6ebb 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -17,7 +17,7 @@ jobs: goarch: [amd64, arm64] env: OUTPUT_BINARY: ghproxy - GO_VERSION: 1.23.5 + GO_VERSION: 1.23.6 steps: - uses: actions/checkout@v4 @@ -48,12 +48,6 @@ jobs: cp LICENSE ./ghproxyd/ tar -czf ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}}.tar.gz -C ghproxyd . ls - - name: Upload to GitHub Artifacts - uses: actions/upload-artifact@v3 - with: - name: ${{ env.OUTPUT_BINARY }} - path: | - ./${{ env.OUTPUT_BINARY }}* - name: 上传至Release id: create_release uses: ncipollo/release-action@v1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf7b32b..ab5cf1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: goarch: [amd64, arm64] env: OUTPUT_BINARY: ghproxy - GO_VERSION: 1.23.5 + GO_VERSION: 1.23.6 steps: - uses: actions/checkout@v3 @@ -45,12 +45,6 @@ jobs: mv ./ghproxyd/${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}} ./ghproxyd/${{ env.OUTPUT_BINARY }} cp LICENSE ./ghproxyd/ tar -czf ${{ env.OUTPUT_BINARY }}-${{matrix.goos}}-${{matrix.goarch}}.tar.gz -C ghproxyd . - - name: Upload to GitHub Artifacts - uses: actions/upload-artifact@v3 - with: - name: ${{ env.OUTPUT_BINARY }} - path: | - ./${{ env.OUTPUT_BINARY }}* - name: 上传至Release id: create_release uses: ncipollo/release-action@v1 diff --git a/DEV-VERSION b/DEV-VERSION index 40fc08c..9548754 100644 --- a/DEV-VERSION +++ b/DEV-VERSION @@ -1 +1 @@ -25w11a \ No newline at end of file +25w11a