Skip to content

Commit

Permalink
end quote
Browse files Browse the repository at this point in the history
  • Loading branch information
level3tjg committed Apr 2, 2024
1 parent ac12de6 commit 58a0c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: ipa_info
run: |
info=$(unzip -p "${{ github.workspace }}/App.ipa" Payload/*.app/Info.plist)
echo "bundle-id=$(xmlstarlet sel -t -v "/plist/dict/key[text()=\"CFBundleIdentifier\"]/following-sibling::*[1]/text()" >> $GITHUB_OUTPUT
echo "bundle-id=$(xmlstarlet sel -t -v "/plist/dict/key[text()=\"CFBundleIdentifier\"]/following-sibling::*[1]/text()")" >> $GITHUB_OUTPUT
echo "version=$(xmlstarlet sel -t -v "/plist/dict/key[text()=\"CFBundleShortVersionString\"]/following-sibling::*[1]/text()")" >> $GITHUB_OUTPUT
- name: Setup theos
Expand Down

0 comments on commit 58a0c15

Please sign in to comment.