mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-12 13:42:13 -04:00
freebsd: fix upload name for artifact zip
This commit is contained in:
parent
c8f5d6219d
commit
fefb4dfd8e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -529,7 +529,7 @@ jobs:
|
|||
if: startsWith(github.ref, 'refs/tags/') && matrix.do_binaries
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.os }}-${{ matrix.version }}-dist
|
||||
name: ${{ matrix.artifact_prefix }}
|
||||
path: artifacts/*
|
||||
if-no-files-found: ignore
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue