Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,9 @@ build: - npm install - npm run release artifacts: name: "${CI_PROJECT_NAME}-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}" paths: - release-builds/*.exe - release-builds/*.deb - release-builds/*.AppImage only: - tags No newline at end of file Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,9 @@ build: - npm install - npm run release artifacts: name: "${CI_PROJECT_NAME}-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}" paths: - release-builds/*.exe - release-builds/*.deb - release-builds/*.AppImage only: - tags No newline at end of file