mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Remove GHA workarounds
This commit is contained in:
parent
af3a59ce0f
commit
c390c64316
3
.github/workflows/CD.yml
vendored
3
.github/workflows/CD.yml
vendored
|
|
@ -23,9 +23,6 @@ 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,9 +20,6 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue