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.
2 parents 771d097 + a5574ea commit 6a4aaaeCopy full SHA for 6a4aaae
.github/workflows/template-tauri-build-windows-x64.yml
@@ -252,13 +252,3 @@ jobs:
252
asset_path: ./src-tauri/target/release/bundle/nsis/${{ steps.metadata.outputs.FILE_NAME }}
253
asset_name: ${{ steps.metadata.outputs.FILE_NAME }}
254
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