Skip to content

Commit

Permalink
fix upload pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed May 11, 2024
1 parent d86c927 commit b36fb66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: install
run: ./init.sh

- name: build
- name: build tex
run: ./build.cmd

- name: upload to release
run: 'gh release upload ${{github.event.release.tag_name}} main.pdf#NKThesis.pdf'
- name: upload pdf to release
run: 'gh release upload ${{ github.ref_name }} main.pdf#NKThesis.pdf'

0 comments on commit b36fb66

Please sign in to comment.