mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-22 05:57:30 +00:00
Fix deploy job
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -98,10 +98,14 @@ jobs:
|
|||||||
path: DiscordChatExporter.Gui/
|
path: DiscordChatExporter.Gui/
|
||||||
|
|
||||||
- name: Create package (CLI)
|
- name: Create package (CLI)
|
||||||
run: zip -r DiscordChatExporter.Cli.zip DiscordChatExporter.Cli/
|
# Change into the artifacts directory to avoid including the directory itself in the zip archive
|
||||||
|
working-directory: DiscordChatExporter.Cli/
|
||||||
|
run: zip -r ../DiscordChatExporter.Cli.zip .
|
||||||
|
|
||||||
- name: Create package (GUI)
|
- name: Create package (GUI)
|
||||||
run: zip -r DiscordChatExporter.Gui.zip DiscordChatExporter.Gui/
|
# Change into the artifacts directory to avoid including the directory itself in the zip archive
|
||||||
|
working-directory: DiscordChatExporter.Gui/
|
||||||
|
run: zip -r ../DiscordChatExporter.Gui.zip .
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user