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 d9f1aa4 commit c98d52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Runs a diff
- name: Create report file
run: |
mkdir -p /tmp/{IPSW1, IPSW2}
mkdir /tmp/IPSW1 /tmp/IPSW2
ipsw dl appledb --os macOS --version '${{ vars.PREV_MACOS_VERSION }}' --output /tmp/IPSW1 --confirm
ipsw dl appledb --os macOS --version '${{ vars.NEXT_MACOS_VERSION }}' --output /tmp/IPSW2 --confirm
ipsw diff --output . \
Expand Down

0 comments on commit c98d52f

Please sign in to comment.