Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: huangziyi <[email protected]>
  • Loading branch information
MrThanlon committed Dec 29, 2023
1 parent 04824de commit 826dc17
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.map.os }}
strategy:
matrix:
map: [{os: ubuntu-20.04, host: linux, suffix: run}]
map: [{os: ubuntu-20.04, host: linux, suffix: tar.gz}]
fail-fast: false
steps:
- name: '⏳ Checkout repository'
Expand Down Expand Up @@ -198,20 +198,6 @@ jobs:
path: 'build/openmv-ide-*.${{ matrix.map.suffix }}'
if-no-files-found: error

- 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 (2/2)'
if: github.event_name != 'pull_request' && matrix.map.host == 'linux'
uses: actions/upload-artifact@v3
with:
path: 'build/openmv-ide-*.zip'
if-no-files-found: error

- name: '❖ Remove Windows Certificates'
if: matrix.map.host == 'windows'
run: rm $SM_CLIENT_CERT_FILE
Expand Down

0 comments on commit 826dc17

Please sign in to comment.