Skip to content

Commit a5fbc18

Browse files
committed
Some rebuilds, codegen update
1 parent 244b3da commit a5fbc18

File tree

14 files changed

+204
-122
lines changed

14 files changed

+204
-122
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ on:
88
push:
99
branches:
1010
- '*'
11-
- '!ci_test_*'
1211
tags-ignore:
1312
- '*'
1413
pull_request:
1514
branches:
16-
- '*'
17-
- '!ci_test_*'
1815
- 'master'
1916

2017
jobs:

.github/workflows/create_release.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,4 @@ jobs:
3232
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYID }}
3333
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }}
3434
PUBLISH_STATE: Release
35-
run: bash ./gradlew avif-coder:publishAllPublicationsToMavenCentralRepository
36-
37-
release:
38-
runs-on: ubuntu-latest
39-
permissions:
40-
contents: write
41-
needs:
42-
- build
43-
steps:
44-
- uses: actions/checkout@v3
45-
- uses: ncipollo/release-action@v1
46-
with:
47-
bodyFile: 'CHANGELOG.md'
35+
run: bash ./gradlew avif-coder:publishAllPublicationsToMavenCentralRepository

avif-coder/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mavenPublishing {
5959
name.set("AVIF Coder")
6060
description.set("AVIF encoder/decoder for Android")
6161
inceptionYear.set("2025")
62-
url.set("https://github.com/awxkee/jxl-coder")
62+
url.set("https://github.com/awxkee/avif-coder")
6363
licenses {
6464
license {
6565
name.set("The Apache License, Version 2.0")
-129 KB
Binary file not shown.
-102 KB
Binary file not shown.
0 Bytes
Binary file not shown.
-51.4 KB
Binary file not shown.
256 Bytes
Binary file not shown.
-81.4 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)