Skip to content

Commit

Permalink
altered workflow yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lefteris Georgatos committed May 10, 2024
1 parent 045990b commit f19cdf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
override: true

- name: Build for mac
run: cargo build --all --release && strip target/release/PROJECT_NAME && mv target/release/PROJECT_NAME target/release/PROJECT_NAME_darwin
run: cargo build --all --release && strip target/release/kx && mv target/release/kx target/release/kx_darwin

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target/release/PROJECT_NAME_darwin
target/release/kx_darwin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f19cdf3

Please sign in to comment.