Skip to content

Commit

Permalink
build: just log about release_url.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 25, 2024
1 parent 0bc2f93 commit 0f06fb5
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 @@ -87,7 +87,7 @@ jobs:
id: get_release_info
shell: bash
run: |
ls -lR
ls -l release_url.txt
value=`cat release_url.txt`
echo ::set-output name=upload_url::$value
env:
Expand Down

0 comments on commit 0f06fb5

Please sign in to comment.