Skip to content

Commit

Permalink
Ajuste GitActions
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Mar 26, 2024
1 parent 3733cbd commit 55e88db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Criando executavel
run: |
mvn versions:set -DnewVersion=${{github.ref_name}}
mvn -B compile -Passembly --file pom.xml
mvn -B package -Passembly --file pom.xml
- name: Criando pasta para Zip
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
- uses: montudor/action-zip@v1
with:
args: zip -qq -r java-nfe-${{github.ref_name}}.zip java-nfe
Expand Down

0 comments on commit 55e88db

Please sign in to comment.