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 69be28e commit 18f63e1Copy full SHA for 18f63e1
1 file changed
.github/workflows/release-windows-installer.yml
@@ -98,14 +98,3 @@ jobs:
98
asset_path: .\build\package\msi\NewRelicCLIInstaller\bin\x64\Release\NewRelicCLIInstaller.msi
99
asset_name: NewRelicCLIInstaller.msi
100
asset_content_type: application/octet-stream
101
-
102
- - name: Upload windows install script
103
- id: upload-windows-install-script
104
- uses: actions/upload-release-asset@v1
105
- env:
106
- GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
107
- with:
108
- upload_url: ${{ steps.get-latest-release-upload-url.outputs.upload_url }}
109
- asset_path: .\scripts\install.ps1
110
- asset_name: install.ps1
111
- asset_content_type: application/octet-stream
0 commit comments