Skip to content

Commit

Permalink
chore: Improve CI log
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZiviani committed Jan 11, 2023
1 parent 6550ece commit 7e3dc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- id: sdk-version
run: |
echo "version=$(curl -s https://api.github.com/repos/phracker/MacOSX-SDKs/releases/latest | jq -r .tag_name)" >> $GITHUB_OUTPUT
echo "version=$(curl -s https://api.github.com/repos/phracker/MacOSX-SDKs/releases/latest | jq -r .tag_name)" | tee -a $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7e3dc99

Please sign in to comment.