|
|
@@ -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
|