Commit 56109112 authored by Seblu's avatar Seblu
Browse files

Update CI

- Fix tarball name
- Restore build for untagged tarballs
parent ede9b13d
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,12 +5,13 @@ makepkg:
  script:
    - seblu-build
  artifacts:
    name: CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA
    name: $CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA
    expire_in: 1 week
    paths:
      - config.x86_64
      - "*.pkg.tar.*"
  only:
    - branches
    - tags
    - web