Skip to content

Commit 18f63e1

Browse files
fix(checksum): Remove the Manuel install.ps1 upload (#1736)
1 parent 69be28e commit 18f63e1

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/release-windows-installer.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,3 @@ jobs:
9898
asset_path: .\build\package\msi\NewRelicCLIInstaller\bin\x64\Release\NewRelicCLIInstaller.msi
9999
asset_name: NewRelicCLIInstaller.msi
100100
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

Comments
 (0)