Procházet zdrojové kódy

cicd: Minor tweaks in workflow, version bump

jamesread před 2 roky
rodič
revize
dc33509127
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. 5 3
      .github/workflows/build-tag.yml

+ 5 - 3
.github/workflows/build-tag.yml

@@ -62,11 +62,13 @@ jobs:
       - name: Archive binaries
         uses: actions/upload-artifact@v2
         with:
-          name: dist
+          name: "OliveTin-${{ GITHUB_REF_NAME }}"
           path: dist/OliveTin*.*
 
       - name: Archive integration tests
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3.1.0
         with:
           name: integration-tests
-          path: integration-tests
+          path: |
+            integration-tests
+            !integration-tests/node_modules