Explorar el Código

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

jamesread hace 4 años
padre
commit
9b2b866701
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         uses: actions/upload-artifact@v2
         with: 
         with: 
           name: dist
           name: dist
-          path: dist/**
+          path: dist/OliveTin-**
 
 
       - name: Archive integration tests
       - name: Archive integration tests
         uses: actions/upload-artifact@v2
         uses: actions/upload-artifact@v2