We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd47c89 + 55e88db commit f772d06Copy full SHA for f772d06
.github/workflows/release.yml
@@ -35,10 +35,10 @@ jobs:
35
- name: Criando executavel
36
run: |
37
mvn versions:set -DnewVersion=${{github.ref_name}}
38
- mvn -B compile -Passembly --file pom.xml
+ mvn -B package -Passembly --file pom.xml
39
40
- name: Criando pasta para Zip
41
- run: mkdir java-nfe && cp target/*.jar java-nfe && cp schemas.zip java-nfe
+ run: mkdir java-nfe && cp target/java-nfe-${{github.ref_name}}.jar java-nfe && cp schemas.zip java-nfe
42
- uses: montudor/action-zip@v1
43
with:
44
args: zip -qq -r java-nfe-${{github.ref_name}}.zip java-nfe
0 commit comments