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.
2 parents 9edaf90 + e247507 commit 5db2074Copy full SHA for 5db2074
.github/workflows/main.yml
@@ -112,7 +112,7 @@ jobs:
112
path: ${{ github.workspace }}\PowerShellWixExtension.${{ env.NBGV_NuGetPackageVersion }}.nupkg
113
114
- name: Remove existing release asset
115
- uses: flcdrg/remove-release-asset-action@v4
+ uses: flcdrg/remove-release-asset-action@v5
116
if: github.ref == 'refs/heads/main' # Running this action only for main branch
117
with:
118
# The release id to remove asset from
0 commit comments