Skip to content

Commit

Permalink
ci: fix *nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffjay committed Jan 14, 2024
1 parent 6505bc9 commit d1abe23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
run: |
cargo build --verbose --release
strip target/release/git-default-branch
strip target/release/git-current-branch
tar -czvf ${{ matrix.asset_name }} -C target/release \
git-current-branch \
git-default-branch
Expand All @@ -68,7 +69,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.asset_name }}
file: ${{ matrix.asset_name }}
asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}
overwrite: true

0 comments on commit d1abe23

Please # to comment.