Explorar o código

Fixed pattern to resolve release artifacts

Alejandro Celaya %!s(int64=3) %!d(string=hai) anos
pai
achega
25b3de84ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']