diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ecb791..0636eb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d1c2f..5191c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)