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 add4232 commit aed14da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create Release
run: |
echo "BUILD_DATE=$(date +'%d-%b-%Y')" >> $GITHUB_ENV
echo "COMPLETE_BUILD_DATE=$(date +'%d-%b-%Y_%h-%M-%s')" >> $GITHUB_ENV
echo "COMPLETE_BUILD_DATE=$(date +'%d-%b-%Y_%h-%mm-%s')" >> $GITHUB_ENV
mv article/main.pdf article/artigo.pdf
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit aed14da

Please sign in to comment.