fix typo in create_dmg.yml (#2255)

This commit is contained in:
Cytown 2026-04-02 12:02:24 +08:00 committed by GitHub
parent 2c446e1e07
commit adf78092da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,9 +54,9 @@ jobs:
"dist/picoclaw-${{ matrix.arch }}.dmg" \ "dist/picoclaw-${{ matrix.arch }}.dmg" \
"build/PicoClaw Launcher.app" "build/PicoClaw Launcher.app"
# 6. 上传文件到 GitHub Artifacts (供你下载) # 7. 上传文件到 GitHub Artifacts (供你下载)
- name: Upload DMG - name: Upload DMG
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: macos-dmg-${{ matrix.arch }} name: macos-dmg-${{ matrix.arch }}
path: dist/*.dmg path: dist/*.dmg