Skip to content

Commit

Permalink
Rework ci
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Apr 14, 2024
1 parent a05a1c8 commit c300686
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYID }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }}
run: bash ./gradlew jxlCoder:publishAllPublicationsToMavenCentralRepository

release:
runs-on: ubuntu-latest
permissions:
contents: write
needs:
- build
steps:
- uses: actions/checkout@v3
- name: Compress Sources
uses: a7ul/tar-action@v1.1.0
id: compress
with:
command: c
files: |
../jxl-coder
outPath: jxlcoder.tar.gz
- uses: ncipollo/release-action@v1
with:
bodyFile: 'CHANGELOG.md'
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Reworking to libsparkyuv
Reworking to libsparkyuv,
Changes releases to maven central

0 comments on commit c300686

Please sign in to comment.