Skip to content

Commit

Permalink
intermediate
Browse files Browse the repository at this point in the history
  • Loading branch information
vraiti committed Jul 10, 2024
1 parent 3dfeb27 commit afc1c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-bib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
SIZE=$(cat $ARTIFACT | wc -c)
cat .github/workflow-scripts/manifest.json.tmpl | envsubst > manifest.json
cat manifest.json
oras manifest push $URL manifest.json
oras manifest push $URL:tmp manifest.json
SHA=$(sha256sum manifest.json | awk '{print $1}')
SIZE=$(cat manifest.json | wc -c)
Expand Down

0 comments on commit afc1c6a

Please sign in to comment.