We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c7050 commit 4768875Copy full SHA for 4768875
1 file changed
.github/workflows/gradle-build.yml
@@ -80,11 +80,21 @@ jobs:
80
event: push
81
name: drop
82
path: artifacts/previous/
83
+
84
+ - name: Display structure of downloaded files
85
+ run: ls -R
86
+ working-directory: artifacts/previous/
87
88
89
90
+ working-directory: artifacts/current/
91
92
- name: Run PKG Diff
93
run: |
94
sudo apt install pkgdiff
95
pkgdiff -hide-unchanged ${{ env.CURRENT_PKG_DIFF }} ${{ env.PRIOR_PKG_DIFF }}
96
- name: Upload Diff Artifact
97
+ if: ${{ always() }}
98
uses: actions/upload-artifact@v2.2.4
99
with:
100
name: diff
0 commit comments