Skip to content

Commit e45b0f2

Browse files
committed
CI
1 parent 4656d3b commit e45b0f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
cmake --build $(pwd)/cmake-build --config Release
2525
2626
- name: Upload release asset
27+
env:
28+
GH_TOKEN: ${{ github.token }}
2729
run: |
2830
mv $(pwd)/cmake-build/caster $(pwd)/cmake-build/caster-linux-x64
2931
gh release upload ${{github.event.release.tag_name}} $(pwd)/cmake-build/caster-linux-x64

0 commit comments

Comments
 (0)