Ver código fonte

Fixed pattern to resolve release artifacts

Alejandro Celaya 3 anos atrás
pai
commit
25b3de84ec
1 arquivos alterados com 1 adições e 1 exclusões
  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']