Skip to content

Commit 0291ae7

Browse files
Correcao de action
1 parent 51d39aa commit 0291ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Criando executavel
3636
run: mvn -B package --file pom.xml
3737
- name: Criando pasta para Zip
38-
run: mkdir java-nfe && cp target/*.jar java-nfe && cp schemas.zip
38+
run: mkdir java-nfe && cp target/*.jar java-nfe && cp schemas.zip java-nfe
3939
- uses: montudor/action-zip@v1
4040
with:
4141
args: zip -qq -r java-nfe.zip java-nfe
@@ -49,11 +49,11 @@ jobs:
4949
tag_name: ${{ github.ref }}
5050
body_path: CHANGELOG.md
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52+
GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
5353
- name: Subir executavel (zip) para release
5454
uses: actions/upload-release-asset@v1
5555
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ GITHUB_TOKEN }}
5757
with:
5858
upload_url: ${{ steps.create_release.outputs.upload_url }}
5959
asset_path: ./java-nfe.zip

0 commit comments

Comments
 (0)