From 678243f5ca904648cce5ffd0cdb18377cfbf540d Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 7 Sep 2024 18:23:30 +0100 Subject: [PATCH] Fix artifact upload --- .github/workflows/wled-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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