diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 5ac56ac..36d5add 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -12,11 +12,12 @@ These are the steps to deploy a new version of Rambox here. # CI 1. Commit all with Github desktop client. -2. Then in Github Shell, do: +2. Wait until CI finish building successfully. +3. Then in Github Shell, to generate and upload artifacts do: ```powershell git tag -a 0.4.2 -m " " -git push origin master --tags +git push --tags ``` ### Extras