From 6f7e276548a0b312a2e1b9015733b5d0c5d99760 Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Mon, 4 Sep 2023 12:26:58 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed7e9aa..805148b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -201,14 +201,14 @@ jobs: path: 'build/openmv-ide-*.${{ matrix.map.suffix }}' if-no-files-found: error - - name: '⬆ Upload resources' + - name: '⬆ Upload resources (1/2)' if: github.event_name != 'pull_request' && matrix.map.host == 'linux' uses: actions/upload-artifact@v3 with: path: 'build/openmv-ide-*.tar.gz' if-no-files-found: error - - name: '⬆ Upload resources' + - name: '⬆ Upload resources (2/2)' if: github.event_name != 'pull_request' && matrix.map.host == 'linux' uses: actions/upload-artifact@v3 with: