fix link in create-release
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
ca207fc4c9
commit
6fd734beaf
1 changed files with 4 additions and 1 deletions
|
|
@ -37,6 +37,9 @@ prepare-release:
|
|||
- cargo build -F implicit-load --release
|
||||
- |
|
||||
tar -czf flesh-$CI_COMMIT_TAG.tar.gz \
|
||||
--xform='s,target/release/,,'
|
||||
--xform='s,snippets/,,'
|
||||
--xform='s,snippets/release/,,'
|
||||
target/release/flesh \
|
||||
Readme.org Writing.org Shell.org \
|
||||
snippets/flesh-mode.el \
|
||||
|
|
@ -69,7 +72,7 @@ create-release:
|
|||
- if: '$CI_COMMIT_TAG =~ "/^v\d+.\d+.\d+/"'
|
||||
release:
|
||||
name: 'Release $(cat VERSION)'
|
||||
description: 'See releast_contents.txt'
|
||||
description: 'See release_contents.txt'
|
||||
tag_name: $CI_COMMIT_TAG
|
||||
assets:
|
||||
links:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue