Disable 'Upload artifacts' of riscv64 github flow temporarily

Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/794

Signed-off-by: Dongjianwei001 <dongjianwei1@huawei.com>
This commit is contained in:
dumb
2025-11-13 23:38:00 -08:00
committed by Dongjianwei001
parent 989512dbc0
commit 451b999c88
+6 -6
View File
@@ -132,12 +132,12 @@ jobs:
# Execute tests defined by the CMake configuration.
run: bash build_sdv.sh no-sctp && bash execute_sdv.sh
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: openhitls-riscv
path: ${{ github.workspace }}/build
retention-days: 5
# - name: Upload artifacts
# uses: actions/upload-artifact@v4
# with:
# name: openhitls-riscv
# path: ${{ github.workspace }}/build
# retention-days: 5
# TODO: fix the 'Illegal instruction' when run on ubuntu-22.04-
#