mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Fix release builder
This commit is contained in:
parent
a63864c5f2
commit
4497aaf515
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-cli.yml
vendored
4
.github/workflows/release-cli.yml
vendored
|
@ -248,7 +248,7 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: builds
|
||||
name: ${{ matrix.name }}
|
||||
retention-days: 1
|
||||
path: |
|
||||
watchexec-*.tar.xz
|
||||
|
@ -273,7 +273,7 @@ jobs:
|
|||
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: builds
|
||||
merge-multiple: true
|
||||
|
||||
- name: Dist manifest
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue