We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df63e9c commit 1d1676fCopy full SHA for 1d1676f
.github/workflows/gradle-build.yml
@@ -79,20 +79,11 @@ jobs:
79
branch: dev
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
+ path: artifacts/previous/
92
- name: Run PKG Diff
93
run: |
94
sudo apt install pkgdiff
95
- pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }} 2> /dev/null
+ pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }}
96
- name: Upload Diff Artifact
97
if: ${{ always() }}
98
uses: actions/[email protected]
0 commit comments