Skip to content

Commit

Permalink
debugging build date
Browse files Browse the repository at this point in the history
  • Loading branch information
mteiting committed Sep 21, 2023
1 parent 1315654 commit b6c7300
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
- name: Build PlatformIO Project
run: platformio run

- name: Get current date
id: date
run: echo "{date}={$(date +'%Y%m%d%H%M%S')}" >> $GITHUB_OUTPUT
- run: echo "{BUILD_DATE}={$(date +'%Y%m%d%H%M%S')}" >> $GITHUB_ENV

- uses: actions/upload-artifact@v3
with:
name: frimware-${{ steps.date.outputs.date }}
name: frimware-$BUILD_DATE
path: |
.pio/build/nodemcu-32s/firmware.bin

0 comments on commit b6c7300

Please sign in to comment.