Skip to content

Commit

Permalink
fix: correct path in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgiiFirsov authored Nov 26, 2023
1 parent 39da349 commit 0a9a9e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ jobs:
- name: Print targets
run: |
ls -l target
brew install tree
tree target/x86_64-apple-darwin
- name: Create release
uses: softprops/action-gh-release@v1
with:
files: target/x86_64-apple-darwin/bdgt
files: target/x86_64-apple-darwin/release/bdgt
token: ${{ secrets.ACCESS_TOKEN }}
draft: false
prerelease: false

0 comments on commit 0a9a9e6

Please sign in to comment.