Skip to content

Commit

Permalink
Update ZeusFiscal_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danilobreda authored Apr 5, 2024
1 parent 5965708 commit 66b64ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ZeusFiscal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Setando Versao
id: date
run: echo "::set-output name=date::$(date +'%Y.%m.%d.$(printf "%02d" $(date +'%H'))$(printf "%02d" $(date +'%M'))')"
#run: echo "::set-output name=date::$(date +'%Y.%m.%d.%H%M')"
#run: echo "::set-output name=date::$(date +'%Y.%m.%d.$(printf "%02d" $(date +'%H'))$(printf "%02d" $(date +'%M'))')"
run: echo "::set-output name=date::$(date +'%Y.%m.%d.%H%M')"

- name: Versao
run: echo ${{ steps.date.outputs.date }}
Expand Down Expand Up @@ -116,4 +116,4 @@ jobs:
DISCORD_MENSAGEM: ${{ needs.build.outputs.version }}
uses: Ilshidur/action-discord@master
with:
args: 'Lançado Hercules.NET/ZeusFiscal versão {{ DISCORD_MENSAGEM }} no Nuget! Acesse: https://www.nuget.org/profiles/Hercules.NET'
args: 'Lançado Hercules.NET/ZeusFiscal versão {{ DISCORD_MENSAGEM }} no Nuget! Acesse: https://www.nuget.org/profiles/Hercules.NET'

0 comments on commit 66b64ce

Please sign in to comment.