Skip to content

Commit

Permalink
Merge pull request sejda-pdf#4 from usefulness/fixes
Browse files Browse the repository at this point in the history
Fix diffuse
  • Loading branch information
mateuszkwiecinski authored Jun 12, 2022
2 parents c3fbccc + db196ee commit 44669d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_diffuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:

- uses: gradle/gradle-build-action@v2

- run: ./gradlew assembleRelease
- run: ./gradlew assemble

- run: find . -regex ".*issuechecker/build/libs/issuechecker-[0-9SNAPSHOT\.-]*\.jar" -print | xargs -n 1 -I % cp % pull-request-artifact.jar
- run: find . -regex ".*webp-imageio/build/libs/webp-imageio-[0-9SNAPSHOT\.-]*\.jar" -print | xargs -n 1 -I % cp % pull-request-artifact.jar
shell: bash

- uses: actions/cache@v3
Expand Down

0 comments on commit 44669d9

Please sign in to comment.