Skip to content

Commit 4768875

Browse files
test diff
1 parent 66c7050 commit 4768875

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/gradle-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,21 @@ jobs:
8080
event: push
8181
name: drop
8282
path: artifacts/previous/
83+
84+
- name: Display structure of downloaded files
85+
run: ls -R
86+
working-directory: artifacts/previous/
87+
88+
- name: Display structure of downloaded files
89+
run: ls -R
90+
working-directory: artifacts/current/
91+
8392
- name: Run PKG Diff
8493
run: |
8594
sudo apt install pkgdiff
8695
pkgdiff -hide-unchanged ${{ env.CURRENT_PKG_DIFF }} ${{ env.PRIOR_PKG_DIFF }}
8796
- name: Upload Diff Artifact
97+
if: ${{ always() }}
8898
uses: actions/[email protected]
8999
with:
90100
name: diff

0 commit comments

Comments
 (0)