Skip to content

Commit

Permalink
ci: Replace set-env with GitHub's new approach
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 authored Nov 18, 2020
1 parent 63322a1 commit 6c04e68
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 @@ -31,8 +31,8 @@ jobs:
python -m pip install --upgrade pip
pip install platformio
export BUILD_TAG=build-$(date -u +'%Y%m%d%H%M')
echo "::set-env name=BUILD_TAG::$BUILD_TAG"
echo "BUILD_TAG=$BUILD_TAG" >> $GITHUB_ENV
- name: Compile code
run: platformio run -e teensy41

Expand Down

0 comments on commit 6c04e68

Please sign in to comment.