Skip to content

Commit

Permalink
Fix diffuse
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Jun 12, 2022
1 parent c3fbccc commit db196ee
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 db196ee

Please sign in to comment.