diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 442a31df..bd60547d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: asset_name: BusinessCentral.LinterCop.current.dll asset_content_type: application/octet-stream - name: Clear Build output - run: Remove-Item -Path "bin/Debug" -Force -Recurse -Verbose; + run: Remove-Item -Path "bin/Release" -Force -Recurse -Verbose; - name: Unzip vsix next run: > Remove-Item -Path "ms-dynamics-smb.al-latest" -Force -Recurse -Verbose;