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 4acc189 commit 8d98ae0
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:

jobs:
publish:
name: Publish to MavenLocal
name: Publish to Github Packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
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 = "GSYVideoPlayer-armv5"
name = "GitHubPackages"
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 = "GSYVideoPlayer-armv64"
name = "GitHubPackages"
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 = "GSYVideoPlayer-armv7a"
name = "GitHubPackages"
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 = "GSYVideoPlayer-base"
name = "GitHubPackages"
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 = "GSYVideoPlayer-ex_so"
name = "GitHubPackages"
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 = "GSYVideoPlayer-java"
name = "GitHubPackages"
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 = "GSYVideoPlayer-proxy_cache"
name = "GitHubPackages"
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 = "GSYVideoPlayer-_x86"
name = "GitHubPackages"
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 = "GSYVideoPlayer-x86_64"
name = "GitHubPackages"
url = "https://maven.pkg.github.com/CarGuo/GSYVideoPlayer"
credentials {
username = System.getenv("GITHUB_ACTOR")
Expand Down

0 comments on commit 8d98ae0

Please sign in to comment.