fix runtime workflow checkout ref (#1231)

This commit is contained in:
ekko
2026-06-02 09:02:17 +08:00
committed by GitHub
parent 00ea452310
commit 1acfb6486b
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.release.tag_name || github.event.inputs.tag }}
ref: ${{ github.event_name == 'release' && github.event.release.tag_name || github.ref }}
- name: Resolve runtime asset names
id: names