Skip to content

Commit

Permalink
test build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
VK committed Mar 3, 2020
1 parent 3fbde1c commit 036483f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Create date tag
id: devtag
run: echo "::set-output name=value::$(date +'DEV_%Y-%m-%d_%H:%M')"
run: echo "::set-output name=value::$(date +'dev-v%Y-%m-%d-%H-%M')"

- name: Publish firmware Permanent
uses: svenstaro/upload-release-action@v1-release
Expand All @@ -58,7 +58,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: .pio/build/esp32dev/firmware.bin
asset_name: firmware.bin
tag: Dev
tag: dev
overwrite: true
allowUpdates: true

Expand Down

0 comments on commit 036483f

Please sign in to comment.