فهرست منبع

Only archive the... archives (not the individual bins)

jamesread 4 سال پیش
والد
کامیت
9b2b866701
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/rc-build.yml

+ 1 - 1
.github/workflows/rc-build.yml

@@ -28,7 +28,7 @@ jobs:
         uses: actions/upload-artifact@v2
         with: 
           name: dist
-          path: dist/**
+          path: dist/OliveTin-**
 
       - name: Archive integration tests
         uses: actions/upload-artifact@v2