Skip to content

Commit bdd2ca2

Browse files
committed
Remove counter part #1011
1 parent e0c994b commit bdd2ca2

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/GitFlow_Nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
name: GitFlow | Nightly Builds
88

Sources/Winget-AutoUpdate/config/WAU-MSI_Actions.ps1

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)