diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index 6633ddcac..17d3f087d 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -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" ;; @@ -263,4 +264,4 @@ case "$1" in echo "Invalid function specified." exit 1 ;; -esac \ No newline at end of file +esac