|
|
@ -16,7 +16,7 @@ jobs:
|
|
|
|
- name: Install .NET
|
|
|
|
- name: Install .NET
|
|
|
|
uses: actions/setup-dotnet@v1.7.2
|
|
|
|
uses: actions/setup-dotnet@v1.7.2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
dotnet-version: 3.1.100
|
|
|
|
dotnet-version: 3.1.x
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build & publish (CLI)
|
|
|
|
- name: Build & publish (CLI)
|
|
|
|
run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release
|
|
|
|
run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release
|
|
|
|