Skip to content

Commit

Permalink
chore: fix tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
leejet authored Aug 21, 2023
1 parent cb22c59 commit 5ae4795
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -195,4 +198,4 @@ jobs:
data: await fs.readFileSync(`./artifact/${file}`)
});
}
}
}

0 comments on commit 5ae4795

Please sign in to comment.