File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ jobs:
5353 curl -v --tlsv1.2 --ipv4 --user "[email protected] :$WEB_PWD" --basic -T "./.pio/build/esp32-c3-supermini/littlefs.bin" "https://speeduino.com:2078/AirBear/$TAG_NAME/AirBear-Dash-Data-littlefs.bin" 5454
5555 - name : Build Changelog
56- uses : mikepenz/release-changelog-builder-action@v5
57- env :
58- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59- with :
60- mode : " COMMIT"
56+ uses : mikepenz/release-changelog-builder-action@v5
57+ env :
58+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59+ with :
60+ mode : " COMMIT"
6161
6262 - name : Create Release
63- uses : softprops/action-gh-release@v2
64- if : startsWith(github.ref, 'refs/tags/')
65- with :
66- body : ${{steps.github_release.outputs.changelog}}
67- files : |
68- ./.pio/build/esp32-c3-supermini/firmware.bin
69- ./.pio/build/esp32-c3-supermini/littlefs.bin
63+ uses : softprops/action-gh-release@v2
64+ if : startsWith(github.ref, 'refs/tags/')
65+ with :
66+ body : ${{steps.github_release.outputs.changelog}}
67+ files : |
68+ ./.pio/build/esp32-c3-supermini/firmware.bin
69+ ./.pio/build/esp32-c3-supermini/littlefs.bin
You can’t perform that action at this time.
0 commit comments