Browse Source

Fixed pattern to resolve release artifacts

Alejandro Celaya 3 năm trước cách đây
mục cha
commit
25b3de84ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']