Skip to content

Commit

Permalink
chutiya hu mai
Browse files Browse the repository at this point in the history
  • Loading branch information
theSoberSobber committed Mar 1, 2024
1 parent 1abb724 commit ff6cb82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Make the generate.sh script executable
- name: Make script executable
run: chmod +x generate.sh
run: chmod +x generate-with-extra-logging.sh

# Generate the video using the provided text script
- name: Generate Video
Expand All @@ -61,7 +61,7 @@ jobs:
script="${{ github.event.inputs.scriptInput }}"
# Run the generate.sh script with the provided text as argument
./generate.sh "$script"
./generate-with-extra-logging.sh "$script"
# Upload the generated video as an artifact
- name: Upload Video Artifact
Expand Down

0 comments on commit ff6cb82

Please sign in to comment.