Skip to content
Snippets Groups Projects
Commit cbc5330b authored by Robin Appelman's avatar Robin Appelman
Browse files

fix release binary upload


Signed-off-by: default avatarRobin Appelman <robin@icewind.nl>
parent 0e0d6d42
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target }}/release/notify-redis
asset_name: notify-redis-${{ matrix.target }}
file: target/${{ matrix.target }}/release/notify_push
asset_name: notify_push-${{ matrix.target }}
tag: ${{ github.ref }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment