Skip to content

Commit

Permalink
test new ci publish
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 29, 2024
1 parent 8d98ae0 commit 2fb0531
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gsyVideoPlayer-armv5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer-armv64/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer-armv7a/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer-ex_so/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer-proxy_cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer-x86/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down
2 changes: 1 addition & 1 deletion gsyVideoPlayer-x86_64/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
publishing {
repositories {
maven {
name = "GitHubPackages"
name = "GSYVideoPlayer"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down

0 comments on commit 2fb0531

Please sign in to comment.