Skip to content

Commit

Permalink
test env2
Browse files Browse the repository at this point in the history
  • Loading branch information
giDai7ja committed Oct 26, 2023
1 parent faad5d3 commit c192680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
erl_find=$(find . -type d -name 'erts-*')
erl_path=$(basename ${erl_find})
echo "ERLPATH=${erl_path}" >> "$GITHUB_OUTPUT"
echo "ERLPATH=${erl_path}" >> "$GITHUB_ENV"
build_docker:
needs: build_tpnode
Expand All @@ -73,6 +73,6 @@ jobs:
run: apt-get update -yqq

- name: echo
run: echo ${{ build_tpnode.erlang_path.outputs.ERLPATH }}
run: echo ${ERLPATH}

...

0 comments on commit c192680

Please sign in to comment.