Fix snapshot url
This commit is contained in:
parent
ed16207b37
commit
5c2a9b6aea
4
.github/workflows/platform_natives.yaml
vendored
4
.github/workflows/platform_natives.yaml
vendored
@ -193,8 +193,8 @@ jobs:
|
||||
mvn -B -f natives/pom.xml -Drevision="$REVISION" -Dnative.type.classifier="$TYPE" clean package deploy
|
||||
else
|
||||
mvn -B -f natives/pom.xml -Drevision="$REVISION" -Dnative.type.classifier="$TYPE" clean package
|
||||
mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file -Durl=https://mvn.mchv.eu/repository/mchv \
|
||||
-DrepositoryId=mchv-release-distribution \
|
||||
mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file -Durl=https://mvn.mchv.eu/repository/mchv-snapshot \
|
||||
-DrepositoryId=mchv-snapshot-distribution \
|
||||
-Dfile=natives/target-$TYPE/tdlight-natives-$REVISION-$TYPE.jar \
|
||||
-DpomFile=natives/pom.xml \
|
||||
-Dclassifier=bin \
|
||||
|
Loading…
Reference in New Issue
Block a user