Skip to content

Commit

Permalink
fix: artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedjof committed May 22, 2024
1 parent 89d7e7e commit 478f6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: platformio-build
name: esp32dev-build
path: artifacts

- name: Cleanup
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: platformio-build
name: esp32s3-build
path: artifacts

- name: Cleanup
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: platformio-build
name: esp8266-build
path: artifacts

- name: Cleanup
Expand Down

0 comments on commit 478f6f1

Please sign in to comment.