fix(ci): product name 3

This commit is contained in:
LemonNeko
2025-06-09 11:23:30 +08:00
committed by GitHub
parent fd9a1e0178
commit b06f2c09e8
+1 -1
View File
@@ -76,6 +76,6 @@ jobs:
- name: Upload To GitHub Releases
uses: softprops/action-gh-release@v2
with:
files: bundle/airi_*
files: bundle/${{ env.PRODUCT_NAME }}_*
append_body: true
tag_name: ${{ github.event.inputs.tag }}