diff --git a/.github/workflows/create-release-artifacts.yml b/.github/workflows/create-release-artifacts.yml
index afd8bc1f..b27a1c35 100644
--- a/.github/workflows/create-release-artifacts.yml
+++ b/.github/workflows/create-release-artifacts.yml
@@ -89,7 +89,7 @@ jobs:
strip rgb{asm,link,fix,gfx}
- name: Package binaries
run: |
- zip --junk-paths rgbds-${{ env.version }}-macos-x86_64.zip rgb{asm,link,fix,gfx} man/* .github/scripts/install.sh
+ zip --junk-paths rgbds-${{ env.version }}-macos.zip rgb{asm,link,fix,gfx} man/* .github/scripts/install.sh
- name: Upload macOS binaries
uses: actions/upload-artifact@v4
with:
@@ -149,7 +149,7 @@ jobs:
files: |
win32/rgbds-${{ env.version }}-win32.zip
win64/rgbds-${{ env.version }}-win64.zip
- macos/rgbds-${{ env.version }}-macos-x86_64.zip
+ macos/rgbds-${{ env.version }}-macos.zip
linux/rgbds-${{ env.version }}-linux-x86_64.tar.xz
rgbds-${{ env.version }}.tar.gz
fail_on_unmatched_files: true
diff --git a/RELEASE.md b/RELEASE.md
index fd135256..d09b4a3a 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -38,8 +38,7 @@ GitHub.
4. GitHub Actions will run the [create-release-docs.yml](.github/workflows/create-release-docs.yml)
workflow to add the release documentation to [rgbds-www](https://github.com/gbdev/rgbds-www).
- For a release candidate, which creates a prerelease, you will have to
- take these steps yourself.
+ This is not done automatically for prereleases; if you want to do this manually,
1. Clone [rgbds-www](https://github.com/gbdev/rgbds-www). You can use
`git clone https://github.com/gbdev/rgbds-www.git`.
@@ -47,7 +46,7 @@ GitHub.
2. Make sure that you have installed `groff` and `mandoc`. You will
need `mandoc` 1.14.5 or later to support `-O toc`.
- 3. Run .github/actions/get-pages.sh -r <path/to/rgbds-www> <tag>.
+ 3. Inside of the `man` directory, run <path/to/rgbds-www>/maintainer/man_to_html.sh <tag> * then <path/to/rgbds-www>/maintainer/new_release.sh <tag>.
This will render the RGBDS documentation as HTML and PDF and copy it to
`rgbds-www`.