Skip to content

Commit c4ab7ae

Browse files
authored
Update ZeusFiscal_build.yml
1 parent 9bac084 commit c4ab7ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ZeusFiscal_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,12 @@ jobs:
9898
deploy:
9999
needs: build
100100
if: github.event_name == 'push' || github.event.inputs.nugetdeploy == 'true'
101-
runs-on: ${{ 'ubuntu-latest' }}
101+
runs-on: ubuntu-latest
102102

103103
steps:
104+
- name: Checkout
105+
uses: actions/checkout@v4 #usado para etapa de pegar commits para gerar texto release
106+
104107
- name: Download Artifacts
105108
uses: actions/download-artifact@v4
106109
with:

0 commit comments

Comments
 (0)