File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Sources/Winget-AutoUpdate/config Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 22# - Checks for merged PRs since the last tag
33# - Creates a pre-release version if changes are detected
44# - Builds and packages the software
5- # - Creates GitHub release with artifacts and download counters
5+ # - Creates GitHub release with artifacts
66
77name : GitFlow | Nightly Builds
88
Original file line number Diff line number Diff line change @@ -164,15 +164,6 @@ function Install-WingetAutoUpdate {
164164
165165 }
166166
167- # Add 1 to Github counter file
168- try {
169- Invoke-WebRequest - Uri " https://github.com/Romanitho/Winget-AutoUpdate/releases/download/v$ ( $WAUconfig.ProductVersion ) /WAU_InstallCounter" - UseBasicParsing | Out-Null
170- Write-Host " -> Reported installation."
171- }
172- catch {
173- Write-Host " -> Not able to report installation."
174- }
175-
176167 Write-Host " ### WAU MSI Post actions succeeded! ###"
177168
178169 }
You can’t perform that action at this time.
0 commit comments