Skip to content

Commit

Permalink
Fix failing osx build (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven authored Jul 6, 2023
1 parent 00995ad commit 5a4b409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,6 @@ jobs:

- name: Publish artifact - x86_64-apple-darwin
uses: actions/upload-artifact@v3
with:
name: defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin
path: ./build/defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin.tar.gz

0 comments on commit 5a4b409

Please sign in to comment.