Skip to content

Commit b681aa8

Browse files
Update gradle-build.yml
1 parent 4768875 commit b681aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Run PKG Diff
9393
run: |
9494
sudo apt install pkgdiff
95-
pkgdiff -hide-unchanged ${{ env.CURRENT_PKG_DIFF }} ${{ env.PRIOR_PKG_DIFF }}
95+
pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }}
9696
- name: Upload Diff Artifact
9797
if: ${{ always() }}
9898
uses: actions/[email protected]

0 commit comments

Comments
 (0)