Browse Source

Merge branch 'main' of ssh://github.com/OliveTin/OliveTin

jamesread 2 years ago
parent
commit
268d8a3a90
1 changed files with 2 additions and 2 deletions
  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