We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8672f9f commit 4fc2b9fCopy full SHA for 4fc2b9f
1 file changed
.github/workflows/release.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
12
package:
13
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
14
name: Empacotar executavel
15
steps:
16
- uses: actions/checkout@v2
@@ -37,8 +37,8 @@ jobs:
37
38
- name: Criando executavel
39
run: |
40
- mvn versions:set -DnewVersion=${{github.ref_name}}
41
- mvn clean compile assembly:single --file pom.xml
+ mvn versions:set -DnewVersion=${{ github.ref_name }}
+ mvn -B package -Passembly --file pom.xml
42
43
- name: Criando pasta para External Jar
44
0 commit comments