Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Feb 21, 2024
1 parent ccbd76f commit aab2a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: "git restore ./dist/safari.zip"
- run: "git restore ./dist/android.apk"
- run: "git restore ./dist/macos.zip"
- run: "git restore ./dist/ios-and-ipad.ipa"
- run: "git restore ./dist/ios-and-ipados.ipa"
# Compare other files
- run: "git status --porcelain"
- run: "[[ -z $(git status --porcelain) ]]"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ git restore ./dist/website.zip
git restore ./dist/safari.zip
git restore ./dist/android.apk
git restore ./dist/macos.zip
git restore ./dist/ios-and-ipad.ipa
git restore ./dist/ios-and-ipados.ipa

# Compare other files
[[ -z $(git status --porcelain) ]]
Expand Down

0 comments on commit aab2a51

Please sign in to comment.