Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jun 20, 2024
1 parent 4b6d2ac commit 91aa382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
run: |
tmpdir=$(mktemp -d)
cp workspace/{coordinator.yml,runtime.yml,emojivoto-demo.zip} "$tmpdir"
./tools/asciinema/generate-screencast.sh --demodir="$tmpdir" --bin=result-cli/bin/contrast
./tools/asciinema/generate-screencasts.sh --demodir="$tmpdir" --bin=result-cli/bin/contrast
- name: Commit updated asciinema screencast
if: inputs.kind == 'minor'
working-directory: contrast-main
Expand Down

0 comments on commit 91aa382

Please sign in to comment.