Skip to content

Commit 6a4aaae

Browse files
authored
Merge pull request #6694 from menloresearch/ci/revert-msi-installer
ci: revert upload msi to github release
2 parents 771d097 + a5574ea commit 6a4aaae

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/template-tauri-build-windows-x64.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,3 @@ jobs:
252252
asset_path: ./src-tauri/target/release/bundle/nsis/${{ steps.metadata.outputs.FILE_NAME }}
253253
asset_name: ${{ steps.metadata.outputs.FILE_NAME }}
254254
asset_content_type: application/octet-stream
255-
- name: Upload release assert if public provider is github
256-
if: inputs.public_provider == 'github'
257-
env:
258-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
259-
uses: actions/[email protected]
260-
with:
261-
upload_url: ${{ inputs.upload_url }}
262-
asset_path: ./src-tauri/target/release/bundle/msi/${{ steps.metadata.outputs.MSI_FILE_NAME }}
263-
asset_name: ${{ steps.metadata.outputs.MSI_FILE_NAME }}
264-
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)