release: fix windows artifacts and stop building asan when releasing on linux (#1283)

* release: fix windows artifacts and stop building asan when releasing on linux

* release: use valid paths in the container's context
This commit is contained in:
Tyler Wilding
2022-04-04 20:50:08 -04:00
committed by GitHub
parent 8e71184daf
commit dba95660ea
7 changed files with 47 additions and 13 deletions
@@ -111,9 +111,7 @@ const { data: releaseAssetsPost } = await octokit.rest.repos.listReleaseAssets({
// Expected Assets, if we have all of them, we will publish it
let expectedAssets = {
"windows-decompiler": false,
"windows-gk": false,
"windows-goalc": false,
"windows": false,
"linux" : false,
}