Skip to content

Commit a760885

Browse files
Update cmake-multi-platform.yml
1 parent b1e938c commit a760885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Upload ASM Bins
8888
uses: actions/upload-artifact@v4
89-
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' }}
89+
if: ${{ matrix.os == 'ubuntu-latest' }}
9090
with:
9191
name: Bins-${{ matrix.os }}-${{ matrix.arch }}
9292
path: |

0 commit comments

Comments
 (0)