update deprecated set-output
This commit is contained in:
parent
e1b22c7035
commit
1c25390e49
2
.github/workflows/ci-build.yml
vendored
2
.github/workflows/ci-build.yml
vendored
@ -40,7 +40,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 'name=fname::snapshot-%s%s\n' $today $s_sha >> $GITHUB_OUTPUT
|
||||
)
|
||||
|
||||
- name: upload
|
||||
|
Loading…
Reference in New Issue
Block a user