Skip to content

Commit

Permalink
back to main.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin authored Oct 13, 2022
1 parent 959f095 commit 6955184
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_latex_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
with:
root_file: main.tex

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand All @@ -34,6 +30,6 @@ jobs:
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./main.pdf
asset_name: manuscript_${{ steps.get_version.outputs.VERSION }}.pdf
asset_name: main.pdf
asset_content_type: pdf

0 comments on commit 6955184

Please sign in to comment.