init commit

This commit is contained in:
Jansen M Smith 2025-08-22 22:43:55 -04:00 committed by GitHub
parent 23235eef43
commit 12e04a2789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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