diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca0657f..c4ae324 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,6 @@ stages: build-job: stage: build - when: manual script: - make all artifacts: diff --git a/README.md b/README.md index bb75c5d..26fc055 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Building LibreWolf from source: -First, let's [download the latest version](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job). Once downloaded, extract it. +First, let's [download the latest tarball](https://gitlab.com/stanzabird/source/-/jobs/artifacts/main/raw/librewolf-94.0.2.source.tar.gz?job=build-job). Once downloaded, extract it. ``` export version=$(cat version) mkdir build