mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-01 15:49:11 +00:00
Fix CI/CD Windows issue
This commit is contained in:
3
.github/workflows/CD.yml
vendored
3
.github/workflows/CD.yml
vendored
@@ -23,6 +23,9 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
|
||||
- name: Reset NuGet locals
|
||||
run: dotnet nuget locals all --clear
|
||||
|
||||
- name: Build & publish (CLI)
|
||||
run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release
|
||||
|
||||
|
||||
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
|
||||
- name: Reset NuGet locals
|
||||
run: dotnet nuget locals all --clear
|
||||
|
||||
- name: Build & publish (CLI)
|
||||
run: dotnet publish DiscordChatExporter.Cli/ -o DiscordChatExporter.Cli/bin/Publish/ --configuration Release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user