Skip to content

Commit

Permalink
Update diff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 18, 2024
1 parent fe25542 commit 678a5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# Runs a diff
- name: Create report file
run: |
ipsw dl appledb --os macOS --version '${{ env.PREV_MACOS_VERSION }}' --device iPhone16,2 --output /tmp/IPSW1
ipsw dl appledb --os macOS --version '${{ env.NEXT_MACOS_VERSION }}' --device iPhone16,2 --output /tmp/IPSW2
ipsw dl appledb --os macOS --version '${{ env.PREV_MACOS_VERSION }}' --device iPhone16,2 --output /tmp/IPSW1 --confirm
ipsw dl appledb --os macOS --version '${{ env.NEXT_MACOS_VERSION }}' --device iPhone16,2 --output /tmp/IPSW2 --confirm
ipsw diff --output . \
--markdown \
--fw \
Expand Down

0 comments on commit 678a5ee

Please sign in to comment.