Skip to content

Commit

Permalink
only put executable to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomirkurcak committed May 8, 2024
1 parent 6ad2409 commit addd6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ jobs:
- name: Creating directory for archive
shell: bash
run: |
mkdir -p "$ARCHIVE"/{complete,doc}
mkdir -p "$ARCHIVE"/
cp "$BIN" "$ARCHIVE"/
cp {README.md} "$ARCHIVE"/
- name: Build archive (Windows)
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Ľubomír Kurčák <lubomirkurcak@gmail.com>"]
name = "tend"
description = "Quickly spin up/down groups of command-line tasks with automated recovery"
#version = "0.2.5"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lubomirkurcak/tend"
Expand Down

0 comments on commit addd6da

Please sign in to comment.