diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index 91f94d1b..e78c1c73 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -73,7 +73,7 @@ jobs: - uses: actions/upload-artifact@v4 if: startsWith(github.ref, 'refs/tags/') with: - name: firmware-release + name: firmware-release-${{ matrix.environment }} path: build_output/release/*.bin release: name: Create Release