Skip to content

Commit 47b9b20

Browse files
authored
Fix paths for PlatformIO build and upload steps
1 parent 3c0f31c commit 47b9b20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
- name: Run PlatformIO Build
3939
run: pio run -e ${{ matrix.environment }}
40+
working-directory: firmware/octoprint
4041
env:
4142
WIFI_SSID: ${{ secrets.WIFI_SSID }}
4243
WIFI_PASS: ${{ secrets.WIFI_PASS }}
@@ -48,4 +49,4 @@ jobs:
4849
uses: actions/upload-artifact@v4
4950
with:
5051
name: firmware-${{ matrix.environment }}
51-
path: .pio/build/${{ matrix.environment }}/firmware.bin
52+
path: firmware/octoprint/.pio/build/${{ matrix.environment }}/firmware.bin

0 commit comments

Comments
 (0)