diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-20 16:12:10 -0500 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-20 16:12:10 -0500 |
commit | 4bd9988edf2bad7da28e77e71c0517dc4a9b36fa (patch) | |
tree | 094f274196bde9e8a75e4952826c598410e561be /.gitlab-ci.yml | |
parent | fix build (diff) | |
download | librewolf-linux-4bd9988edf2bad7da28e77e71c0517dc4a9b36fa.tar.gz librewolf-linux-4bd9988edf2bad7da28e77e71c0517dc4a9b36fa.tar.bz2 librewolf-linux-4bd9988edf2bad7da28e77e71c0517dc4a9b36fa.zip |
Update CI/CD Artifacts Path
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fc805c..693cef3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ Build Linux Packages: - ./build.sh artifacts: paths: - - "browser/linux/build_output" + - "browser/linux/LibreWolf.tar.bz2" Release to Gitlab: stage: Release |