Skip to content

Commit

Permalink
refactor(cd): replace deprecated set-output usage
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jan 28, 2023
1 parent cd42319 commit d8a8ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
done
mv release/ "$release_dir/"
tar -czvf "$artifact_name" "$release_dir/"
echo "::set-output name=artifact_name::$artifact_name"
echo "artifact_name=$artifact_name" >> $GITHUB_OUTPUT
- name: Sign assets & generate checksums
run: |
Expand Down

0 comments on commit d8a8ff9

Please # to comment.