Skip to content

Commit

Permalink
chore(build): make release save produced binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Jun 7, 2023
1 parent 8d98ec6 commit f1dcc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "bin/dist/deep-amd64"
update_latest_release: $VERSION
file: "./bin/linux/deep-amd64"
release_id: $VERSION

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f1dcc88

Please sign in to comment.