We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4656d3b commit e45b0f2Copy full SHA for e45b0f2
.github/workflows/release.yaml
@@ -24,6 +24,8 @@ jobs:
24
cmake --build $(pwd)/cmake-build --config Release
25
26
- name: Upload release asset
27
+ env:
28
+ GH_TOKEN: ${{ github.token }}
29
run: |
30
mv $(pwd)/cmake-build/caster $(pwd)/cmake-build/caster-linux-x64
31
gh release upload ${{github.event.release.tag_name}} $(pwd)/cmake-build/caster-linux-x64
0 commit comments