mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-27 13:14:17 -04:00
Remove GHA workarounds
This commit is contained in:
parent
af3a59ce0f
commit
c390c64316
2 changed files with 0 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue