From 58a0c15bbcf54af33c9774fdff9b13d0ca58687a Mon Sep 17 00:00:00 2001 From: level3tjg Date: Tue, 2 Apr 2024 07:40:56 -0400 Subject: [PATCH] end quote --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1be943..036a4e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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