Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 10, 2024
1 parent e4069e8 commit b0e7806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
artifact_name=$(basename "$file" .tar.gz)
echo "Triggering upload for $file as $artifact_name"
gh workflow run upload_artifacts.yml \
--input artifact_name="$artifact_name" \
--input artifact_path="$file"
--field artifact_name="$artifact_name" \
--field artifact_path="$file"
done

0 comments on commit b0e7806

Please sign in to comment.