Commit fff583d6 authored by Kumar Gala's avatar Kumar Gala Committed by Anas Nashif
Browse files

ci: github: Update for deprecation of add-path



Github has deprecated add-path, so update the workflows that use it to
the new method of setting the PATH.

Signed-off-by: default avatarKumar Gala <kumar.gala@linaro.org>
parent edf6be29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ jobs:
    steps:
    - name: Update PATH for west
      run: |
        echo "::add-path::$HOME/.local/bin"
        echo "$HOME/.local/bin" >> $GITHUB_PATH

    - name: checkout
      uses: actions/checkout@v2
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ jobs:
    steps:
    - name: Update PATH for west
      run: |
        echo "::add-path::$HOME/.local/bin"
        echo "$HOME/.local/bin" >> $GITHUB_PATH

    - name: Determine tag
      id: tag