1
0
forked from extern/zsync

Make build-package executable

This commit is contained in:
thorsten.spille 2024-02-09 22:55:20 +01:00
parent 6c6e1b9023
commit 909e1057d0

View File

@ -8,6 +8,7 @@ build_linux:
only:
- tags
script:
- chmod +x ./build-package
- ./build-package ${CI_COMMIT_TAG}
artifacts:
name: "bashclub-zsync_${CI_COMMIT_TAG}_all.deb"