fix typo in tar command

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2024-02-21 11:51:16 -08:00
parent 2694573391
commit 7eb832b35b
2 changed files with 3 additions and 4 deletions

View file

@ -37,9 +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,target/release/,,' \
--xform='s,snippets/,,' --xform='s,snippets/,,' \
--xform='s,snippets/release/,,' --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 \

View file

@ -166,7 +166,6 @@ Note: this section only tracks the state of incomplete TODO items. Having everyt
- Can pass args to flesh scripts (via command line) - Can pass args to flesh scripts (via command line)
- Can pass args to flesh scripts (via interpreter) - Can pass args to flesh scripts (via interpreter)
- declare macros - declare macros
- Make an icon if you feel like it
** TODO v1.1 tasks ** TODO v1.1 tasks
- all autocomplete is done via configurable userfunction, default documented with 1:1 functionality - all autocomplete is done via configurable userfunction, default documented with 1:1 functionality
- Pipe also operates on stderr - Pipe also operates on stderr