fix(ci): not recognizing with filename
This commit is contained in:
@@ -304,12 +304,12 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}_*.exe
|
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}-*.exe
|
||||||
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}_*.zip
|
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}-*.zip
|
||||||
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}_*.dmg
|
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}-*.dmg
|
||||||
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}_*.deb
|
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}-*.deb
|
||||||
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}_*.rpm
|
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}-*.rpm
|
||||||
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}_*.flatpak
|
apps/stage-tamagotchi/bundle/${{ env.PRODUCT_NAME }}-*.flatpak
|
||||||
append_body: true
|
append_body: true
|
||||||
|
|
||||||
# - name: Clean up keychain and provisioning profile (macOS Only)
|
# - name: Clean up keychain and provisioning profile (macOS Only)
|
||||||
|
|||||||
Reference in New Issue
Block a user