Skip to content

Commit c1e8c8d

Browse files
committedApr 28, 2022
Do not upload native artifact
1 parent e4e8cae commit c1e8c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
3131
- name: 'Upload artifacts'
32-
if: "startsWith(github.ref, 'refs/tags/v')"
32+
if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
3333
uses: 'actions/upload-artifact@v3'
3434
with:
3535
name: 'dist-${{ matrix.arch }}'

0 commit comments

Comments
 (0)
Please sign in to comment.