Skip to content

Commit 4120d62

Browse files
Merge pull request #1073 from microsoftgraph/ramsessanchez-gradle-build-actionpacth
Update gradle-build.yml
2 parents 53f05df + fbae88d commit 4120d62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gradle-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
**/gradle/**
5353
Scripts/**
5454
55-
compage-packages:
55+
compare-packages:
5656
needs: build
5757
runs-on: ubuntu-latest
5858
env:
@@ -81,9 +81,10 @@ jobs:
8181
name: drop
8282
path: artifacts/previous/
8383
- name: Run PKG Diff
84+
continue-on-error: true
8485
run: |
8586
sudo apt install pkgdiff
86-
pkgdiff -hide-unchanged ${{ env.CURRENT_PKG_DIFF }} ${{ env.PRIOR_PKG_DIFF }}
87+
pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }}
8788
- name: Upload Diff Artifact
8889
if: ${{ always() }}
8990
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)