update upload action
This commit is contained in:
parent
8add3fc9de
commit
c8a5f73ba3
|
@ -38,7 +38,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ steps.version.outputs.version}}
|
VERSION: ${{ steps.version.outputs.version}}
|
||||||
PLATFORMIO_BUILD_FLAGS: "-DGWRELEASEVERSION=${{ steps.version.outputs.version}}"
|
PLATFORMIO_BUILD_FLAGS: "-DGWRELEASEVERSION=${{ steps.version.outputs.version}}"
|
||||||
run: pio run
|
run: pio run -e m5stack-atom
|
||||||
|
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
@ -58,6 +58,6 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ steps.version.outputs.version}}
|
||||||
file: ./.pio/build/*/*-all.bin
|
file: ./.pio/build/*/*-all.bin
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|
Loading…
Reference in New Issue