chore: fix tag_name

This commit is contained in:
leejet
2023-08-21 23:17:26 +08:00
committed by GitHub
parent cb22c594fd
commit 5ae4795535

View File

@@ -16,6 +16,9 @@ on:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu'] paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
jobs: jobs:
ubuntu-latest-cmake: ubuntu-latest-cmake:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -195,4 +198,4 @@ jobs:
data: await fs.readFileSync(`./artifact/${file}`) data: await fs.readFileSync(`./artifact/${file}`)
}); });
} }
} }