Specify branch for PR artifact storage (#1187)
This commit is contained in:
@@ -147,4 +147,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit: ${{ github.event.pull_request.head.sha }}
|
commit: ${{ github.event.pull_request.head.sha }}
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
artifacts-branch: artifacts
|
||||||
artifacts: ./firmware-${{ steps.version.outputs.version }}.zip
|
artifacts: ./firmware-${{ steps.version.outputs.version }}.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user