Skip to content

Commit

Permalink
build with target/arch in binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoodjohn committed Dec 12, 2023
1 parent dcd9ba1 commit fa21e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli-build-executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target ${{ matrix.target }}
args: --release --target ${{ matrix.target }} --bin mol-${{ matrix.os }}-${{ matrix.arch }}

- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand All @@ -71,8 +71,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
mol-ubuntu-latest-x86_64
mol-macos-latest-x86_64
/home/runner/work/mol/mol/mol-ubuntu-latest-x86_64/mol-ubuntu-latest-x86_64
/home/runner/work/mol/mol/mol-macos-latest-x86_64/mol-macos-latest-x86_64
/home/runner/work/mol/mol/mol-macos-latest-aarch64/mol-ubuntu-latest-aarch64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fa21e3d

Please sign in to comment.