change workflow

This commit is contained in:
yichuan520030910320
2025-07-25 17:11:56 -07:00
parent 52584a171f
commit 0692bbf7a2
3 changed files with 7 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ jobs:
needs: update-version
uses: ./.github/workflows/build-reusable.yml
with:
ref: ${{ needs.update-version.outputs.commit-sha }}
ref: 'main'
publish:
name: Publish and Release
@@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ needs.update-version.outputs.commit-sha }}
ref: 'main'
- name: Download all artifacts
uses: actions/download-artifact@v4