Skip to content

Commit 5ae4795

Browse files
authored
chore: fix tag_name
1 parent cb22c59 commit 5ae4795

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
types: [opened, synchronize, reopened]
1717
paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu']
1818

19+
env:
20+
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
21+
1922
jobs:
2023
ubuntu-latest-cmake:
2124
runs-on: ubuntu-latest
@@ -195,4 +198,4 @@ jobs:
195198
data: await fs.readFileSync(`./artifact/${file}`)
196199
});
197200
}
198-
}
201+
}

0 commit comments

Comments
 (0)