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

cicd: Try to add date to integration test artifacts - easier to sort when downloaded

jamesread пре 2 година
родитељ
комит
44d6c40c27
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      .github/workflows/build-snapshot.yml

+ 2 - 2
.github/workflows/build-snapshot.yml

@@ -55,13 +55,13 @@ jobs:
       - name: Archive binaries
         uses: actions/upload-artifact@v3.1.0
         with:
-          name: "OliveTin-snapshot-${{ github.sha }}-dist"
+          name: "OliveTin-snapshot-$(date +'%Y-%m-%d')-${{ github.sha }}"
           path: dist/OliveTin*.*
 
       - name: Archive integration tests
         uses: actions/upload-artifact@v3.1.0
         with:
-          name: integration-tests
+          name: "OliveTin-integration-tests-$(date +'%Y-%m-%d')-${{ github.sha }}"
           path: |
             integration-tests
             !integration-tests/node_modules