Skip to content

Commit

Permalink
CI: Update deprecated output method
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbird authored and PerditionC committed Oct 28, 2022
1 parent ad93275 commit ed05d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
(
today=`date -u +%F | tr '\n' '-'`
s_sha=`echo -n ${GITHUB_SHA} | cut -c1-8`
printf '::set-output name=fname::snapshot-%s%s\n' $today $s_sha
printf "fname=snapshot-%s%s\n" $today $s_sha >> $GITHUB_OUTPUT
)
- name: upload
Expand Down

0 comments on commit ed05d18

Please sign in to comment.