Skip to content

Commit

Permalink
nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun authored Oct 5, 2024
1 parent c97f65b commit 86b28ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ jobs:
id: ipa_info
run: |
info=$(unzip -p "${{ github.workspace }}/App.ipa" Payload/*.app/Info.plist)
ls -al
ls -al Payload/
mv *.png Payload/*.app/
echo "bundle-id=$(echo $info | xmlstarlet sel -t -v "/plist/dict/key[text()=\"CFBundleIdentifier\"]/following-sibling::*[1]/text()")" >> $GITHUB_OUTPUT
echo "version=$(echo $info | xmlstarlet sel -t -v "/plist/dict/key[text()=\"CFBundleShortVersionString\"]/following-sibling::*[1]/text()")" >> $GITHUB_OUTPUT
Expand Down
Binary file removed [email protected]
Binary file not shown.
Binary file removed AppIcon76x76@2x~ipad.png
Binary file not shown.

0 comments on commit 86b28ed

Please sign in to comment.