diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-10-09 18:39:35 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-10-09 18:39:35 -0700 |
commit | 7a3802523c2e5ae136c39849e2fbb0d3e7bba63e (patch) | |
tree | 265c5c1271e323a7500c19bdd2f8aecc47c855bf /.github | |
parent | f09150617ed2454f3074bcf93f53aae5ae637d40 (diff) | |
download | sncontinue-7a3802523c2e5ae136c39849e2fbb0d3e7bba63e.tar.gz sncontinue-7a3802523c2e5ae136c39849e2fbb0d3e7bba63e.tar.bz2 sncontinue-7a3802523c2e5ae136c39849e2fbb0d3e7bba63e.zip |
fix: :memo: fix deployent readme
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/README.md b/.github/workflows/README.md index fda0858d..13ed0206 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -6,7 +6,7 @@ When merging to `preview`: - all of the artifacts are downloaded (and the Apple Silicon downloaded from S3 bucket) and pushed to the store/registry all at once, as pre-releases. - the version is bumped and this change is commited to preview -# main +## main When merging to `main`: > Make sure to sh build.sh m1 and push to the S3 bucket before merging to main, so that the newest Apple Silicon binary is available to package with the extension. |