We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53f05df + fbae88d commit 4120d62Copy full SHA for 4120d62
1 file changed
.github/workflows/gradle-build.yml
@@ -52,7 +52,7 @@ jobs:
52
**/gradle/**
53
Scripts/**
54
55
- compage-packages:
+ compare-packages:
56
needs: build
57
runs-on: ubuntu-latest
58
env:
@@ -81,9 +81,10 @@ jobs:
81
name: drop
82
path: artifacts/previous/
83
- name: Run PKG Diff
84
+ continue-on-error: true
85
run: |
86
sudo apt install pkgdiff
- pkgdiff -hide-unchanged ${{ env.CURRENT_PKG_DIFF }} ${{ env.PRIOR_PKG_DIFF }}
87
+ pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }}
88
- name: Upload Diff Artifact
89
if: ${{ always() }}
90
uses: actions/upload-artifact@v3
0 commit comments