Skip to content

Commit

Permalink
adding da
Browse files Browse the repository at this point in the history
  • Loading branch information
mteiting committed Sep 21, 2023
1 parent 7fe165e commit 1246272
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ jobs:
- name: Build PlatformIO Project
run: platformio run

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

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

0 comments on commit 1246272

Please sign in to comment.