From 9f07a51e9ae39a2ba89c0d33d2b0a24163136f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20C=C3=A2ncio?= Date: Sun, 26 Nov 2023 22:54:22 -0300 Subject: [PATCH] Update latex_release.yml --- .github/workflows/latex_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latex_release.yml b/.github/workflows/latex_release.yml index 91c5007..98b9747 100644 --- a/.github/workflows/latex_release.yml +++ b/.github/workflows/latex_release.yml @@ -17,7 +17,7 @@ jobs: working_directory: article/ continue_on_error: true - name: Rename file - run: echo "BUILD_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV \ + run: echo "BUILD_DATE=$(date +'%Y-%M-%d')" >> $GITHUB_ENV \ && mv article/main.pdf article/artigo_versao_${{ env.BUILD_DATE }}.pdf - name: Create Release uses: "marvinpinto/action-automatic-releases@latest"