Add a couple more files to the zip archive
- ID
ae8177d- date
2024-05-17 07:06:47+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
74f8e62- message
Add a couple more files to the zip archive- changed files
1 file, 1 addition, 1 deletion
Changed files
.github/workflows/upload_binaries.yml (1136) → .github/workflows/upload_binaries.yml (1154)
diff --git a/.github/workflows/upload_binaries.yml b/.github/workflows/upload_binaries.yml
index 4fceeca..cc6fc1a 100644
--- a/.github/workflows/upload_binaries.yml
+++ b/.github/workflows/upload_binaries.yml
@@ -38,7 +38,7 @@ jobs:
run: swiftc save_safari_webarchive.swift
- name: Create the zip archive
- run: zip "save_safari_webarchive.${{ matrix.target }}.zip" save_safari_webarchive
+ run: zip "save_safari_webarchive.${{ matrix.target }}.zip" save_safari_webarchive README.md LICENSE
- name: Push the zip file to the GitHub release
run: gh release upload "$TAG" "save_safari_webarchive.${{ matrix.target }}.zip" --clobber