Skip to content

Commit

Permalink
feat: re-add publish
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffjay committed Jan 14, 2024
1 parent eb54458 commit caf111a
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
run: |
cargo build --verbose --release
strip target/release/git-default-branch
mv target/release/git-default-branch target/release/git-default-branch-${{ matrix.os }}
- name: Check
run: ls -alh target/release

# - name: Publish binaries
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: target/release/git-*
# tag: ${{ github.ref }}
# overwrite: true
# file_glob: true
- name: Publish binaries
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/git-*-${{ matrix.os }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit caf111a

Please # to comment.