github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/release/assets-links.yaml (about)

     1  # https://docs.gitlab.com/ee/ci/yaml/#releaseassetslinks
     2  
     3    release_job:
     4      stage: release
     5      release:
     6        tag_name: $CI_COMMIT_TAG
     7        ref: release-branch
     8        assets:
     9          links:
    10            - name: 'asset1'
    11              url: 'https://example.com/assets/1'
    12            - name: 'asset2'
    13              url: 'https://example.com/assets/2'
    14              filepath: '/pretty/url/1' # optional
    15              link_type: 'other' # optional