Revert to actions/upload-artifact@v3 to see if it fixes the upload-issue.
This commit is contained in:
2
.github/workflows/build-all.yml
vendored
2
.github/workflows/build-all.yml
vendored
@@ -124,7 +124,7 @@ jobs:
|
|||||||
# .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex
|
# .pio/build/${{ matrix.platform }}/${{ matrix.platform }}_v*.hex
|
||||||
|
|
||||||
- name: Archive all artifacts into one ZIP file
|
- name: Archive all artifacts into one ZIP file
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Knuwurst-all-in-one-${{github.sha}}
|
name: Knuwurst-all-in-one-${{github.sha}}
|
||||||
path: |
|
path: |
|
||||||
|
@@ -41,10 +41,10 @@
|
|||||||
* here we define this default string as the date where the latest release
|
* here we define this default string as the date where the latest release
|
||||||
* version was tagged.
|
* version was tagged.
|
||||||
*/
|
*/
|
||||||
#define CUSTOM_BUILD_VERSION "1.5.3-pre"
|
#define CUSTOM_BUILD_VERSION "1.5.3"
|
||||||
|
|
||||||
#ifndef STRING_DISTRIBUTION_DATE
|
#ifndef STRING_DISTRIBUTION_DATE
|
||||||
#define STRING_DISTRIBUTION_DATE "2023-10-14"
|
#define STRING_DISTRIBUTION_DATE "2024-01-07"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user