Skip to content

Commit

Permalink
add GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed May 11, 2024
1 parent b36fb66 commit 357c101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
run: ./build.cmd

- name: upload pdf to release
run: 'gh release upload ${{ github.ref_name }} main.pdf#NKThesis.pdf'
run: 'gh release upload ${{ github.ref_name }} main.pdf#NKThesis.pdf'
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 357c101

Please sign in to comment.