mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix digest.txt typo when getting digests from artifacts
This commit is contained in:
parent
63a377867b
commit
6ddb3e3192
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -180,7 +180,7 @@ jobs:
|
|||
IMAGES: ui bot
|
||||
run: |
|
||||
set_digest_output() {
|
||||
echo ::set-output name=$1::@$(cat .digests/$1/dig)
|
||||
echo ::set-output name=$1::@$(cat .digests/$1/digest.txt)
|
||||
}
|
||||
|
||||
for image in $IMAGES; do
|
||||
|
|
Loading…
Add table
Reference in a new issue