We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to generate release using this actions. But the upload keeps failing with the below error message
CI:
- name: Generate Release uses: softprops/action-gh-release@v2 with: files: ./dist/Web/** body: "Binaries for Blazor Web App" tag_name: ${{ github.ref_name }}
Error:
Error: Not Found node:events:497 throw er; // Unhandled 'error' event ^ Error: write EPIPE at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:95:16) Emitted 'error' event on TLSSocket instance at: at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -32, code: 'EPIPE', syscall: 'write'
Complete details can be found in https://github.com/ILoveDotNet/ilovedotnet/actions/runs/9967035675/job/27540064386
Please help me on what I'm missing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to generate release using this actions. But the upload keeps failing with the below error message
CI:
Error:
Complete details can be found in https://github.com/ILoveDotNet/ilovedotnet/actions/runs/9967035675/job/27540064386
Please help me on what I'm missing.
The text was updated successfully, but these errors were encountered: