We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c275f0c commit 2360412Copy full SHA for 2360412
.github/workflows/main.yml
@@ -66,7 +66,7 @@ jobs:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
with:
68
upload_url: ${{ steps.create_release.outputs.upload_url }}
69
- asset_path: ./UnityLauncherPro.ZIP
70
- asset_name: UnityLauncherPro.ZIP
+ asset_path: ./UnityLauncherPro.zip
+ asset_name: UnityLauncherPro.zip
71
asset_content_type: application/zip
72
0 commit comments