Skip to content

Commit

Permalink
fix: Re-added "unzipArtifact" to PR Workflow (#337)
Browse files Browse the repository at this point in the history
Update utils.sh
  • Loading branch information
kdivya153 authored Oct 17, 2024
1 parent 0dba2bd commit 842f67c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ case "$1" in
runTests) runTests ;;
getResults) getResults ;;
getArtifactData) getArtifactData ;;
unzipArtifact) unzipArtifact ;;
generate_cpp_core_sdk_source_code) generate_cpp_sdk_source_code "core" ;;
generate_cpp_manage_sdk_source_code) generate_cpp_sdk_source_code "manage" ;;
generate_cpp_discovery_sdk_source_code) generate_cpp_sdk_source_code "discovery" ;;
Expand All @@ -263,4 +264,4 @@ case "$1" in
echo "Invalid function specified."
exit 1
;;
esac
esac

0 comments on commit 842f67c

Please sign in to comment.