Skip to content

Commit 4409128

Browse files
committed
fix(release): Install 7-ZIP
1 parent 8dae5af commit 4409128

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ jobs:
424424
425425
- name: Archive Files
426426
run: |
427+
sudo apt install p7zip-full -y;
428+
427429
(cd buildlin; 7z a -tzip Swiftly.Plugin.Linux.zip *)
428430
(cd buildwin; 7z a -tzip Swiftly.Plugin.Windows.zip *)
429431

0 commit comments

Comments
 (0)