mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
ci: fix path for release files for CD, second approach with full file name
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
4c4dfaa4ec
commit
2f768fd26b
2
.github/workflows/release-cd.yml
vendored
2
.github/workflows/release-cd.yml
vendored
@ -125,6 +125,6 @@ jobs:
|
||||
body_path: ${{ github.workspace }}/CHANGELOG.md
|
||||
fail_on_unmatched_files: true
|
||||
files: |
|
||||
binary-${{ matrix.job.target}}/*
|
||||
${{ env.BINARY_NAME }}-${{ matrix.job.target}}.tar.gz*
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user