Browse Source

Fixed pattern to resolve release artifacts

Alejandro Celaya 3 years ago
parent
commit
25b3de84ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-release.yml

+ 1 - 1
.github/workflows/publish-release.yml

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