Skip to content

Commit

Permalink
macos shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor authored Jul 10, 2024
2 parents f7adb5d + dbdf043 commit ffb4583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
run: |
PACKAGE_NAME="$(./scripts/get_package_name.py)"
MAIN_SRC_DIR="${PWD}/src/${PACKAGE_NAME}"
CONFIG_YAML_ENV_VAR_NAME="$( echo ${PACKAGE_NAME^^} | sed "s/-/_/g" )_CONFIG_YAML"
CONFIG_YAML_ENV_VAR_NAME="$( echo ${PACKAGE_NAME} | tr 'a-z' 'A-Z' | sed "s/-/_/g" )_CONFIG_YAML"
CONFIG_YAML="${PWD}/.devcontainer/.dev_config.yaml"
# attach all other variables to the step's output:
echo "PACKAGE_NAME=${PACKAGE_NAME}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ffb4583

Please sign in to comment.