Skip to content

Commit

Permalink
test 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomirkurcak committed May 8, 2024
1 parent d1e0945 commit d78e408
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ jobs:
fi
echo "BIN=$bin" >> $GITHUB_ENV
- name: Strip release binary (macos)
if: matrix.os == 'macos-latest'
- name: Upload release archive
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: strip "$BIN"
run: |
version="${{ needs.create-release.outputs.version }}"
gh release upload "$version" $BIN
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.3"
version = "0.0.4"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lubomirkurcak/tend"
Expand Down

0 comments on commit d78e408

Please sign in to comment.