aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-10-02 12:42:44 -0700
committerMicah Lee <micah@micahflee.com>2022-10-02 12:42:44 -0700
commit19be87196968ffee52555b990be1198fa1a4a396 (patch)
tree5e57131b165aea81d965c8ba3a3099ad1b666d6e /RELEASE.md
parent55d5e9310093ed0e0ac1537cab06fe7dee626918 (diff)
downloadonionshare-19be87196968ffee52555b990be1198fa1a4a396.tar.gz
onionshare-19be87196968ffee52555b990be1198fa1a4a396.zip
Update release documentation
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 19120468..f54d35dc 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -105,10 +105,10 @@ Set up the packaging environment:
- Go to https://dotnet.microsoft.com/download/dotnet-framework and download and install .NET Framework 3.5 SP1 Runtime. I downloaded `dotnetfx35.exe`.
- Go to https://wixtoolset.org/releases/ and download and install WiX toolset. I downloaded `wix311.exe`. Add `C:\Program Files (x86)\WiX Toolset v3.11\bin` to the path.
-CircleCI will build the binaries. Find the CircleCI jobs `build-win32` and `build-win64`, switch to the artifacts tab, and download:
+Github Actions will build the binaries. Find the Github Actions `build` workflow, switch to the summary tab, and download:
-- `onionshare-win32.zip`
-- `onionshare-win64.zip`
+- `build-win32`
+- `build-win64`
Extract these files, change to the `desktop` folder, and run:
@@ -128,9 +128,9 @@ Set up the packaging environment:
- Install create-dmg: `brew install create-dmg`
-CircleCI will build the binaries. Find the CircleCI job `build-macos`, switch to the artifacts tab, and download:
+Github Actions will build the binaries. Find the Github Actions `build` workflow, switch to the summary tab, and download:
-- `onionshare-macos.zip`
+- `build-mac`
Extract these files, change to the `desktop` folder, and run:
@@ -149,7 +149,7 @@ export VERSION=$(cat ../cli/onionshare_cli/resources/version.txt)
# Notarize it
xcrun altool --notarize-app --primary-bundle-id "com.micahflee.onionshare" -u "micah@micahflee.com" -p "$APPLE_PASSWORD" --file dist/OnionShare-$VERSION.dmg
-# Wait for it to get approved, ceck status with
+# Wait for it to get approved, check status with
xcrun altool --notarization-history 0 -u "micah@micahflee.com" -p "$APPLE_PASSWORD"
# After it's approved, staple the ticket
xcrun stapler staple dist/OnionShare-$VERSION.dmg