Преглед изворни кода

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