init commit
This commit is contained in:
parent
23235eef43
commit
12e04a2789
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -19,8 +19,8 @@ jobs:
|
|||
- run: echo $PWD
|
||||
- run: ls -al ./
|
||||
- run: ls -al ../
|
||||
- run: sed -i 's/VERSIONNUMBER/${{ github.ref_name }}/g' ZenCompetition.tex
|
||||
- run: pdflatex -jobname=ZenCompetition-${{ github.ref_name }} ZenCompetition.tex
|
||||
- run: sed -i 's/VERSIONNUMBER/${{ github.ref_name }}/g' ScopeSequencing.tex
|
||||
- run: pdflatex -jobname=ScopeSequencing-${{ github.ref_name }} ScopeSequencing.tex
|
||||
- run: ls -al .
|
||||
- name: release
|
||||
uses: actions/create-release@v1
|
||||
|
|
@ -40,6 +40,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ZenCompetition-${{ github.ref_name }}.pdf
|
||||
asset_name: ZenCompetition-${{ github.ref_name }}.pdf
|
||||
asset_path: ScopeSequencing-${{ github.ref_name }}.pdf
|
||||
asset_name: ScopeSequencing-${{ github.ref_name }}.pdf
|
||||
asset_content_type: application/binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue