Skip to content

Commit

Permalink
Fix(CI): Correct macOS output directory and change name
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Nov 21, 2023
1 parent 9119d97 commit 8c826d6
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 @@ -59,11 +59,11 @@ jobs:
args: --release --all-features
toolchain: ${{ matrix.toolchain }}
- run: |
ls -la target/*
mv target/release/obmt target/release/obmt-mac
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
tag_name: Stable-CI
files: target/aarch64-apple-darwin/release/obmt-mac
files: target/release/obmt-mac
body: |
Bumpmap translator CI build

0 comments on commit 8c826d6

Please sign in to comment.