Skip to content

Commit 15f7570

Browse files
committed
Add mvn clean before package in order to deploy okhttp fork
1 parent 3ea0b7d commit 15f7570

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-binaries.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
build:
7-
name: Building CATS on ${{ matrix.os }}
7+
name: Building CATS on ${{ matrix.os }} {{ matrix.arch }}
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
@@ -25,7 +25,8 @@ jobs:
2525

2626
- name: Build and run CATS
2727
run: |
28-
mvn -B clean package -Pnative -DskipTests=true
28+
mvn -B clean --file pom.xml
29+
mvn -B package --file pom.xml -Pnative -DskipTests=true
2930
3031
- name: Upload native image
3132
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)