Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Sep 5, 2023
1 parent 467ab5b commit 338b20d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Do release build
shell: bash
run: cross build --release
run: cross build --release --target ${{ matrix.target }}

- name: Move binary to root of checkout
shell: bash
Expand All @@ -74,3 +74,5 @@ jobs:
- name: Upload binary
shell: bash
run: gh release upload ${{ github.ref }} difft-${{ matrix.target }}.tar.gz
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 338b20d

Please sign in to comment.