Skip to content

Commit

Permalink
Merge pull request sejda-pdf#6 from usefulness/updates
Browse files Browse the repository at this point in the history
Fix diffuse
  • Loading branch information
mateuszkwiecinski authored Jun 12, 2022
2 parents 192e3d5 + 5aae58f commit c6d8e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/after_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,12 @@ jobs:
- uses: actions/cache@v3
name: Upload base (release)
with:
path: diffuse-source-file-release
path: diffuse-source-file
key: diffuse-${{ github.sha }}

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

- run: find . -regex ".*webp-imageio/build/libs/webp-imageio-[0-9SNAPSHOT\.-]*\.jar" -print
shell: bash

- run: ls -l webp-imageio/build/libs
shell: bash

- run: ls -l
shell: bash

- name: Check size
run: du -h pull-request-artifact.jar
run: du -h diffuse-source-file
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/run_diffuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: diffuse-output
path: ${{ steps.diffuse.outputs.diff-file }}
path: ${{ steps.diffuse.outputs.diff-file }}

0 comments on commit c6d8e21

Please sign in to comment.