diff --git a/.github/workflows/build-deploy-webflash.yml b/.github/workflows/build-deploy-webflash.yml index a23ca70..da52e30 100644 --- a/.github/workflows/build-deploy-webflash.yml +++ b/.github/workflows/build-deploy-webflash.yml @@ -70,6 +70,8 @@ jobs: verbose: false cli-compile-flags: | - --export-binaries + - --build-property + - -w # Copy binaries to GitHubPages folder for publishing - name: Copy compiled binaries to CYD @@ -112,6 +114,8 @@ jobs: cli-compile-flags: | - --build-property - compiler.cpp.extra_flags=-DMATRIX_DISPLAY + - --build-property + - -w - --export-binaries # Copy binaries to GitHubPages folder for publishing