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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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