Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman authored Sep 4, 2023
1 parent 44fff48 commit 6f7e276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f7e276

Please sign in to comment.