mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed pattern to resolve release artifacts
This commit is contained in:
parent
5c4e348078
commit
25b3de84ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
ALLOW_EMPTY_CHANGELOG: "true"
|
||||
with:
|
||||
args: |
|
||||
build/shlink*_dist.zip
|
||||
build/*/shlink*_dist.zip
|
||||
|
||||
delete-artifacts:
|
||||
needs: ['publish']
|
||||
|
|
Loading…
Add table
Reference in a new issue