Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaker76 authored Jun 24, 2024
1 parent dde6d90 commit 47ec9bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
run: |
VERSION=$(grep -m 1 -E '^\s*MARKETING_VERSION' PinConfigurator.xcodeproj/project.pbxproj | awk -F' = ' '{ print $2 }' | tr -d ';' | xargs)
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "Extracted version: $VERSION"
- name: Verify Version Output
run: echo "The extracted version is $VERSION"
- name: Build Debug
run: xcodebuild -jobs 1 -configuration Debug -arch x86_64 SYMROOT=$PWD/build
- name: Build Release
Expand All @@ -46,3 +43,4 @@ jobs:
file: build/*.zip
tag: ${{ env.VERSION }}
overwrite: true
file_glob: true

0 comments on commit 47ec9bc

Please sign in to comment.