Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vascofazza committed Nov 4, 2020
1 parent db2c206 commit 8e42d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: nixie_firmware/.pio/build/d1_mini/firmware.bin
asset_name: cloxie_d1_mini.bin
asset_name: cloxie_d1_mini.bin
tag: ${{ github.ref }}
overwrite: true
file_glob: true
2 changes: 1 addition & 1 deletion nixie_firmware/src/configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
//GITHUB
#define GHOTA_USER PSTR("vascofazza")
#define GHOTA_REPO PSTR("cloxie_nixie_clock")
#define GHOTA_CURRENT_TAG PSTR("0.0.2")
#define GHOTA_CURRENT_TAG PSTR("0.0.1")
#define GHOTA_BIN_FILE PSTR("cloxie_d1_mini.bin")
#define GHOTA_ACCEPT_PRERELEASE 0
#define GHOTA_INTERVAL 3600 * 6 * 1000 //6h
Expand Down

0 comments on commit 8e42d52

Please sign in to comment.