mirror of
https://github.com/ModOrganizer2/modorganizer-preview_bsa.git
synced 2026-07-27 14:06:38 -07:00
Fix artifacts
This commit is contained in:
+6
-2
@@ -22,8 +22,12 @@ build_script:
|
||||
|
||||
if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) }
|
||||
artifacts:
|
||||
- path: build\src\bsatk.lib
|
||||
name: bsatk_lib
|
||||
- path: build\src\preview_bsa.dll
|
||||
name: preview_bsa_dll
|
||||
- path: build\src\preview_bsa.pdb
|
||||
name: preview_bsa_pdb
|
||||
- path: build\src\preview_bsa.lib
|
||||
name: preview_bsa_lib
|
||||
on_success:
|
||||
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER
|
||||
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
|
||||
|
||||
Reference in New Issue
Block a user