Procházet zdrojové kódy

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

jamesread před 4 roky
rodič
revize
9b2b866701
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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