mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 05:48:28 -04:00
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:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user