Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blagalucianflorin authored Sep 27, 2022
1 parent 55e377e commit 64e1f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "${{github.workspace}}/build/lbnes-releasedir/lbnes-macos-universal-${{ env.RELEASE_VERSION }}.tar.gz"
file: "${{github.workspace}}/bin/lbnes-releasedir/lbnes-macos-universal-${{ env.RELEASE_VERSION }}.tar.gz"
asset_name: lbnes-macos-universal-${{ env.RELEASE_VERSION }}.tar.gz
overwrite: true

0 comments on commit 64e1f06

Please sign in to comment.