fix typo in tar command
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
2694573391
commit
7eb832b35b
2 changed files with 3 additions and 4 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue