Skip to content

Commit

Permalink
fix path for release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kejadlen committed Jul 28, 2020
1 parent 900d5f5 commit 6e181ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
- name: Create Non-Windows Asset
if: matrix.os != 'windows-latest'
run: |
tar -zvc target/release/git-together > ${{ steps.vars.outputs.non_windows_asset }}
tar -zvc git-together > ${{ github.workspace }}/${{ steps.vars.outputs.non_windows_asset }}
working-directory: target/release

- name: Upload Windows Release Asset
if: matrix.os == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]

## [0.1.0-alpha.23] - 2020-07-26
## [0.1.0-alpha.24] - 2020-07-28

### Fixed
- [Don't crash with no arguments](https://github.com/kejadlen/git-together/pull/47) (@ipsi)
Expand Down

0 comments on commit 6e181ca

Please sign in to comment.