Fixed pattern to resolve release artifacts

This commit is contained in:
Alejandro Celaya
2021-02-13 14:33:36 +01:00
parent 5c4e348078
commit 25b3de84ec

View File

@@ -47,7 +47,7 @@ jobs:
ALLOW_EMPTY_CHANGELOG: "true" ALLOW_EMPTY_CHANGELOG: "true"
with: with:
args: | args: |
build/shlink*_dist.zip build/*/shlink*_dist.zip
delete-artifacts: delete-artifacts:
needs: ['publish'] needs: ['publish']