Skip to content

Commit 4fc2b9f

Browse files
Atualizado action
1 parent 8672f9f commit 4fc2b9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111

1212
package:
13-
runs-on: ubuntu-24.04
13+
runs-on: ubuntu-latest
1414
name: Empacotar executavel
1515
steps:
1616
- uses: actions/checkout@v2
@@ -37,8 +37,8 @@ jobs:
3737

3838
- name: Criando executavel
3939
run: |
40-
mvn versions:set -DnewVersion=${{github.ref_name}}
41-
mvn clean compile assembly:single --file pom.xml
40+
mvn versions:set -DnewVersion=${{ github.ref_name }}
41+
mvn -B package -Passembly --file pom.xml
4242
4343
- name: Criando pasta para External Jar
4444
run: |

0 commit comments

Comments
 (0)