Add commands for unzip+gzip step
parent
55754f4c62
commit
4196dcb7e3
|
@ -19,6 +19,7 @@ Note that some of these can be done concurrently.
|
|||
- Check the date—if it's April 1st or thereabouts, ABORT MISSION. Seriously, it's just not worth it.
|
||||
- Set it to create a new tag.
|
||||
- Take the `package_release_*` artifacts you've already downloaded, replace "VERSIONHERE" in the filenames, [recompress the Linux release as `.tar.gz`](https://github.com/TASEmulators/BizHawk/issues/4126), and attach them to the Release.
|
||||
- `unzip BizHawk-VERSIONHERE-linux-x64.tar.zip`; `mv BizHawk-linux-x64-*.tar <final filename>`; `gzip -9 <final filename>` (this deletes the `.tar` when it's done, but `unzip` didn't delete the `.zip`)
|
||||
- For the description, list any new or graduating cores, optionally some large improvements, and if the Windows prereq installer was updated link that too.
|
||||
- Click "Publish" and pray.
|
||||
1. Update Issues, Labels, and Milestone on GitHub
|
||||
|
|
Loading…
Reference in New Issue