Skip to content

Commit

Permalink
Does it have an exe?
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-russo committed Jul 31, 2024
1 parent 166a104 commit d64b0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Build
run: cargo build --release --target ${{ matrix.platform.target }}

- name: Rename binary (for windows)
run: mv target/${{ matrix.platform.target }}/release/bloxide target/${{ matrix.platform.target }}/release/bloxide-${{ matrix.platform.target }}${{matrix.platform.os == 'windows-latest' && '.exe' || ''}}
- name: Rename binary
run: mv target/${{ matrix.platform.target }}/release/bloxide${{matrix.platform.os == 'windows-latest' && '.exe' || ''}} target/${{ matrix.platform.target }}/release/bloxide-${{ matrix.platform.target }}${{matrix.platform.os == 'windows-latest' && '.exe' || ''}}

- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit d64b0d5

Please # to comment.