Skip to content

Commit

Permalink
fix release artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 authored Oct 17, 2023
1 parent 0debfff commit 88d3410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pio-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{matrix.boards}}
asset_path: /home/runner/work/uCNC/uCNC/${{matrix.boards}}
asset_name: ${{matrix.boards}}.zip
asset_content_type: application/zip

0 comments on commit 88d3410

Please sign in to comment.