修复脚本名称拼写错误并更新构建工作流中的上传工件版本

This commit is contained in:
2025-05-06 23:46:59 +08:00
parent 10c3d1fbcb
commit 3f532283b0
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: |