From bbcd59ec7b9e851c7cec58e33b428444d76d2e20 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 7 Feb 2022 12:44:10 -0600 Subject: [PATCH] Specify branch for PR artifact storage (#1187) --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f533369..3a28ec97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -147,4 +147,5 @@ jobs: with: commit: ${{ github.event.pull_request.head.sha }} repo-token: ${{ secrets.GITHUB_TOKEN }} + artifacts-branch: artifacts artifacts: ./firmware-${{ steps.version.outputs.version }}.zip