Skip to content

Commit

Permalink
Update action.yml add env file setting (#5972)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Nov 22, 2024
1 parent d783196 commit ad8887a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/binary-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ runs:
working-directory: ${{ inputs.repository }}
run: |
set -euxo pipefail
# shellcheck disable=SC1090
source "${BUILD_ENV_FILE}"
pip install awscli==1.32.18
yum install -y jq
Expand Down

0 comments on commit ad8887a

Please sign in to comment.