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
|
- cargo build -F implicit-load --release
|
||||||
- |
|
- |
|
||||||
tar -czf flesh-$CI_COMMIT_TAG.tar.gz \
|
tar -czf flesh-$CI_COMMIT_TAG.tar.gz \
|
||||||
|
--xform='s,target/release/,,'
|
||||||
|
--xform='s,snippets/,,'
|
||||||
|
--xform='s,snippets/release/,,'
|
||||||
target/release/flesh \
|
target/release/flesh \
|
||||||
Readme.org Writing.org Shell.org \
|
Readme.org Writing.org Shell.org \
|
||||||
snippets/flesh-mode.el \
|
snippets/flesh-mode.el \
|
||||||
|
|
@ -69,7 +72,7 @@ create-release:
|
||||||
- if: '$CI_COMMIT_TAG =~ "/^v\d+.\d+.\d+/"'
|
- if: '$CI_COMMIT_TAG =~ "/^v\d+.\d+.\d+/"'
|
||||||
release:
|
release:
|
||||||
name: 'Release $(cat VERSION)'
|
name: 'Release $(cat VERSION)'
|
||||||
description: 'See releast_contents.txt'
|
description: 'See release_contents.txt'
|
||||||
tag_name: $CI_COMMIT_TAG
|
tag_name: $CI_COMMIT_TAG
|
||||||
assets:
|
assets:
|
||||||
links:
|
links:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue