From 352c528f3c953b486565863a9f671378f39d0861 Mon Sep 17 00:00:00 2001 From: snail Date: Thu, 24 Oct 2024 15:09:46 +0800 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a386a0b..a19fe9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,10 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - # - name: Set variables - # id: variables - # run: | - # tag=`basename ${{ github.ref }}` + - name: Set variables + id: variables + run: | + tag=`basename ${{ github.ref }}` # golang_version=1.22 # cgo_enabled=0 @@ -53,7 +53,7 @@ jobs: uses: softprops/action-gh-release@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - # tag_name: ${{ steps.variables.outputs.tag }} + tag_name: ${{ steps.variables.outputs.tag }} files: | bbx-${{ matrix.os }}-${{ matrix.arch }}