Skip to content

Commit 15f1bca

Browse files
Updating Build action
Noticed that the diff report was not being uploaded for this repo. Added the always condition to be in line with the Beta repo, thus it should now always upload a diff report.
1 parent c031256 commit 15f1bca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
sudo apt install pkgdiff
8686
pkgdiff -hide-unchanged ${{ env.CURRENT_PKG_DIFF }} ${{ env.PRIOR_PKG_DIFF }}
8787
- name: Upload Diff Artifact
88+
if: ${{ always() }}
8889
uses: actions/[email protected]
8990
with:
9091
name: diff

0 commit comments

Comments
 (0)