Skip to content

Commit 3c11864

Browse files
committed
fixes path
1 parent 0897678 commit 3c11864

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,12 @@ jobs:
122122

123123
- name: Build and stage native libraries
124124
run: |
125+
echo "$(pwd)"
125126
./mvnw -B -U \
126127
-pl resolver-dns-native-macos,transport-native-unix-common,transport-native-kqueue \
127128
deploy \
128129
-DskipTests \
129-
-DaltDeploymentRepository=local-staging::default::file:///root/local-staging
130+
-DaltDeploymentRepository=local-staging::default::file:///./local-staging
130131
131132
- name: Upload local staging directory
132133
uses: actions/upload-artifact@v4
@@ -171,10 +172,11 @@ jobs:
171172

172173
- name: Build and stage native libraries
173174
run: |
175+
echo "$(pwd)"
174176
./mvnw -B -Pmac-m1-cross-compile deploy \
175177
-pl resolver-dns-native-macos,transport-native-unix-common,transport-native-kqueue \
176178
-DskipTests \
177-
-DaltDeploymentRepository=local-staging::default::file:///root/local-staging
179+
-DaltDeploymentRepository=local-staging::default::file:///./local-staging
178180
179181
- name: Upload local staging directory
180182
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)