fix link in create-release

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2024-02-21 11:39:46 -08:00
parent ca207fc4c9
commit 6fd734beaf

View file

@ -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: