Skip to content

Commit

Permalink
Fix extraneous brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Feb 27, 2024
1 parent 971c529 commit b4258a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: furble-${{ matrix.platform }}-${{ github.ref_name }}+${{ github.run_attempt }}.bin
path: .pio/build/${{ matrix.platform }})/firmware.bin
path: .pio/build/${{ matrix.platform }}/firmware.bin
if-no-files-found: error

release:
Expand Down

0 comments on commit b4258a0

Please sign in to comment.