Skip to content

Commit

Permalink
update autorelease and artifact paths; rm upstream workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed Apr 2, 2024
1 parent f18d389 commit 86e9909
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 127 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: MSBuild
run: |
nuget.exe restore .\SharpSCCM.sln
msbuild -p:Configuration=Release -p:Platform='Any CPU' /p:OutputPath=compiled_full/
msbuild -p:Configuration=Release -p:Platform='Any CPU' -t:rebuild /p:OutputPath=compiled_full/
mkdir compiled
Copy-Item -Path .\compiled_full\SharpSCCM_merged.exe -Destination compiled\SharpSCCM_merged.exe
Copy-Item -Path .\compiled_full\SharpSCCM.exe -Destination compiled\SharpSCCM.exe
- name: Build Package
# Powershell is utter fucking trash.
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/codeql.yml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions alias.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
{
"os": "windows",
"arch": "amd64",
"path": "SharpSCCM_merged.exe"
"path": "SharpSCCM.exe"
},
{
"os": "windows",
"arch": "386",
"path": "SharpSCCM_merged.exe"
"path": "SharpSCCM.exe"
}
]
}

0 comments on commit 86e9909

Please sign in to comment.