Revert to actions/upload-artifact@v3 to see if it fixes the upload-issue.

This commit is contained in:
Knutwurst
2024-01-12 10:03:19 +01:00
parent 38444739b7
commit b92eda5b0d
2 changed files with 3 additions and 3 deletions

View File

@@ -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: |

View File

@@ -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
/** /**