Skip to content

Commit

Permalink
Update latex_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecancio authored Nov 27, 2023
1 parent 67eaef6 commit 63e86f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
continue_on_error: true
- name: Rename file
run: echo "BUILD_DATE=$(date +'%d-%b-%Y')" >> $GITHUB_ENV \
&& mv article/main.pdf article/artigo_versao_${{ env.BUILD_DATE }}.pdf
&& mv article/main.pdf article/artigo_versao_final.pdf
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand All @@ -27,4 +27,4 @@ jobs:
prerelease: false
title: "Artigo Versao ${{ env.BUILD_DATE }}"
files: |
*.pdf
article/artigo_versao_final.pdf

0 comments on commit 63e86f7

Please sign in to comment.