mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Update build script
This commit is contained in:
parent
5b280c5f5d
commit
c416bfb1c7
18
.github/workflows/publish.yml
vendored
18
.github/workflows/publish.yml
vendored
@ -22,18 +22,18 @@ jobs:
|
||||
run: dotnet nuget add source --name SamBoy "https://nuget.samboy.dev/v3/index.json"
|
||||
|
||||
- name: Publish
|
||||
run: dotnet publish /p:PublishProfile=windows_x64
|
||||
run: dotnet publish -c Release -r win-x64
|
||||
working-directory: ./Source/AssetRipper.GUI.Free/
|
||||
|
||||
- name: List Files
|
||||
shell: bash
|
||||
run: ls ./Source/0Bins/Publish/AssetRipper_win_x64
|
||||
run: ls ./Source/0Bins/AssetRipper.GUI.Free/Release/win-x64/ -R
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: AssetRipper_win_x64
|
||||
path: ./Source/0Bins/Publish/AssetRipper_win_x64/*.exe
|
||||
path: ./Source/0Bins/AssetRipper.GUI.Free/Release/win-x64/publish/!( *.pdb )
|
||||
if-no-files-found: error
|
||||
|
||||
publish_linux_x64:
|
||||
@ -50,18 +50,18 @@ jobs:
|
||||
run: dotnet nuget add source --name SamBoy "https://nuget.samboy.dev/v3/index.json"
|
||||
|
||||
- name: Publish
|
||||
run: dotnet publish /p:PublishProfile=linux_x64
|
||||
run: dotnet publish -c Release -r linux-x64
|
||||
working-directory: ./Source/AssetRipper.GUI.Free/
|
||||
|
||||
- name: List Files
|
||||
shell: bash
|
||||
run: ls ./Source/0Bins/Publish/AssetRipper_linux_x64
|
||||
run: ls ./Source/0Bins/AssetRipper.GUI.Free/Release/linux-x64/ -R
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: AssetRipper_linux_x64
|
||||
path: ./Source/0Bins/Publish/AssetRipper_linux_x64/*.AppImage
|
||||
path: ./Source/0Bins/AssetRipper.GUI.Free/Release/linux-x64/publish/!( *.pdb )
|
||||
if-no-files-found: error
|
||||
|
||||
publish_mac_x64:
|
||||
@ -78,16 +78,16 @@ jobs:
|
||||
run: dotnet nuget add source --name SamBoy "https://nuget.samboy.dev/v3/index.json"
|
||||
|
||||
- name: Publish
|
||||
run: dotnet publish /p:PublishProfile=mac_x64
|
||||
run: dotnet publish -c Release -r osx-x64
|
||||
working-directory: ./Source/AssetRipper.GUI.Free/
|
||||
|
||||
- name: List Files
|
||||
shell: bash
|
||||
run: ls ./Source/0Bins/Publish/AssetRipper_mac_x64
|
||||
run: ls ./Source/0Bins/AssetRipper.GUI.Free/Release/osx-x64/ -R
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: AssetRipper_mac_x64
|
||||
path: ./Source/0Bins/Publish/AssetRipper_mac_x64/*.dmg
|
||||
path: ./Source/0Bins/AssetRipper.GUI.Free/Release/osx-x64/publish/!( *.pdb )
|
||||
if-no-files-found: error
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<DeleteExistingFiles>true</DeleteExistingFiles>
|
||||
<ExcludeApp_Data>false</ExcludeApp_Data>
|
||||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<PublishProvider>FileSystem</PublishProvider>
|
||||
<PublishUrl>..\0Bins\Publish\AssetRipper_linux_x64</PublishUrl>
|
||||
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||
<_TargetId>Folder</_TargetId>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
|
||||
<ProjectGuid>21966500-0147-494a-b389-7cfde90da70e</ProjectGuid>
|
||||
<SelfContained>true</SelfContained>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<DeleteExistingFiles>true</DeleteExistingFiles>
|
||||
<ExcludeApp_Data>false</ExcludeApp_Data>
|
||||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<PublishProvider>FileSystem</PublishProvider>
|
||||
<PublishUrl>..\0Bins\Publish\AssetRipper_mac_x64</PublishUrl>
|
||||
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||
<_TargetId>Folder</_TargetId>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
|
||||
<ProjectGuid>21966500-0147-494a-b389-7cfde90da70e</ProjectGuid>
|
||||
<SelfContained>true</SelfContained>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<DeleteExistingFiles>true</DeleteExistingFiles>
|
||||
<ExcludeApp_Data>false</ExcludeApp_Data>
|
||||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<PublishProvider>FileSystem</PublishProvider>
|
||||
<PublishUrl>..\0Bins\Publish\AssetRipper_win_x64</PublishUrl>
|
||||
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||
<_TargetId>Folder</_TargetId>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
||||
<ProjectGuid>21966500-0147-494a-b389-7cfde90da70e</ProjectGuid>
|
||||
<SelfContained>true</SelfContained>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Loading…
x
Reference in New Issue
Block a user