Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit ecc5280

Browse files
authored
Add missing pom.xml
1 parent e5e7e15 commit ecc5280

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ jobs:
1717
architecture: x64
1818

1919
- name: 📦 Build with Maven
20-
run: mvn -B package --file pom.xml
20+
run: mvn -B -DskipTests package --file pom.xml
2121

2222
- name: 📦 Upload artifact
2323
uses: actions/upload-artifact@v2
2424
with:
2525
name: rexedia
2626
path: |
27-
target/*.jar
28-
target/*.md5
29-
target/*.sha1
27+
**/target/pom.xml
28+
**/target/*.jar
29+
**/target/*.md5
30+
**/target/*.sha1
3031
3132
- name: 🚀 Deploy to releases
3233
uses: AButler/[email protected]
3334
with:
3435
files: 'target/*.jar'
35-
repo-token: ${{ secrets.GITHUB_TOKEN }}
36+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)