Skip to content

Commit

Permalink
Update draft_new_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ninxsoft committed Sep 27, 2023
1 parent 535d600 commit f8a69aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
PACKAGE_IDENTIFIER="com.ninxsoft.pkg.mist-cli"
PACKAGE_TEMP="$RUNNER_TEMP/$PACKAGE_IDENTIFIER"
PACKAGE_VERSION="$(.build/apple/Products/release/mist --version | head -n 1 | awk '{ print $$1 }')"
PACKAGE_VERSION="$(.build/apple/Products/release/mist --version | head -n 1 | awk '{ print $1 }')"
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> "$GITHUB_ENV"
PACKAGE_FILENAME="mist-cli.$PACKAGE_VERSION.pkg"
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> "$GITHUB_ENV"
Expand Down

0 comments on commit f8a69aa

Please sign in to comment.