修复脚本名称拼写错误并更新构建工作流中的上传工件版本
All checks were successful
Build and Upload Artifact / build and upload-artifact (push) Successful in 20m22s

This commit is contained in:
chauyinn
2025-05-06 23:46:59 +08:00
parent b8ac4078c3
commit 1914e7e0da
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
uses: lukka/get-cmake@latest
- name: Install Arm GNU Toolchain (arm-none-eabi-gcc)
uses: carlosperate/arm-none-eabi-gcc-action@@v1.10.0
uses: carlosperate/arm-none-eabi-gcc-action@v1.10.0
- name: Create env
run: |
@@ -45,7 +45,7 @@ jobs:
- name: Upload Artifact
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v3
with:
name: ${{ env.REPO_NAME }}-${{ env.VERSION }}
path: |