Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatsJustCheesy authored Dec 2, 2020
1 parent 7693282 commit 2872aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: |
cd "$GITHUB_WORKSPACE"
xcodebuild -project "$PROJECT_PATH" -target "$TARGET" | xcpretty
echo "::set-env name=VERSION::$(xcodebuild -showBuildSettings -project "$PROJECT_PATH" | grep MARKETING_VERSION | head -1 | tr -d '[:alpha:][:space:]_=')"
echo "::set-env name=SHA_SHORT::$(git rev-parse --short $GITHUB_SHA)"
echo "VERSION=$(xcodebuild -showBuildSettings -project "$PROJECT_PATH" | grep MARKETING_VERSION | head -1 | tr -d '[:alpha:][:space:]_=')" >> $GITHUB_ENV
echo "SHA_SHORT=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
env:
PROJECT_PATH: WiiController/WiiController.xcodeproj
TARGET: Build DMG
Expand Down

0 comments on commit 2872aa3

Please sign in to comment.