Skip to content

Commit

Permalink
Fix link to tarball file publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmon authored Oct 30, 2023
1 parent 5b67e96 commit 23c1415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ set -o allexport; source variables.env; source versions/<RELEASE_ENV>; source lo

## Publishing tarballs

Publishing of tarballs is done by a [bash script](../../Docker/upload_tar/publish.sh) thats can be run within a docker-container, or directly on your system.
Publishing of tarballs is done by a [bash script](../../Docker/publish/upload_tar/publish.sh) thats can be run within a docker-container, or directly on your system.
It creates a folder with the name of the `$RELEASE_MAJOR_VERSION` variable and uploads the tarballs created by the build.

After successfully uploading the tarballs they should be accessible at https://releases.wikimedia.org/wikibase/
Expand Down

0 comments on commit 23c1415

Please sign in to comment.