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 b92a237 commit 17e9116Copy full SHA for 17e9116
.github/workflows/release.yml
@@ -132,9 +132,9 @@ jobs:
132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
133
with:
134
upload_url: ${{ steps.create_release.outputs.upload_url }}
135
- asset_path: artifacts/windows/minecraft-mods-localizer-windows.exe
136
- asset_name: minecraft-mods-localizer-windows.exe
137
- asset_content_type: application/vnd.microsoft.portable-executable
+ asset_path: artifacts/windows/minecraft-mods-localizer-windows.exe
+ asset_name: minecraft-mods-localizer-windows.exe
+ asset_content_type: application/vnd.microsoft.portable-executable
138
139
- name: Upload Release Asset for MacOS
140
uses: actions/upload-release-asset@v1
0 commit comments