Skip to content

Commit 6cdeb92

Browse files
committed
fix: Copy target path of pom file
1 parent dda15f9 commit 6cdeb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: 🧪 Generate POM File
6262
run: |
6363
./gradlew :VCL:generatePomFileFor${{ env.PUBLICATION_NAME }}Publication
64-
cp VCL/build/publications/${{ env.PUBLICATION_NAME }}/pom-default.xml VCL/target/staging-deploy/${{ env.POM_FILE_NAME }}
64+
cp VCL/build/publications/${{ env.PUBLICATION_NAME }}/pom-default.xml VCL/target/staging-deploy/io/velocitycareerlabs/vcl/$RELEASE_VERSION/${{ env.POM_FILE_NAME }}
6565
6666
- name: 📂 List staged artifacts
6767
run: |

0 commit comments

Comments
 (0)