Skip to content

Commit

Permalink
Update build-macos-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Faster3ck authored Jan 8, 2024
1 parent a06d61c commit 73347be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set Environment
id: set-env
run: |
file_content=$(<converseen/package/macOS/version.txt)
file_content=$(tr -d '\r' <converseen/package/macOS/version.txt)
VERSION=$(echo "$file_content" | grep -oE '^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+')
BUILD=$(echo "$file_content" | grep -oE '[0-9]+$')
Expand Down Expand Up @@ -290,5 +290,3 @@ jobs:
echo "url: $c_url"
curl -H "Accept: application/json" -X PUT -d "default=mac" -d "api_key=${{ secrets.SF_API_KEY }}" $c_url

0 comments on commit 73347be

Please sign in to comment.