Give artifacts unique names.

This commit is contained in:
David Given
2024-09-28 16:08:59 +02:00
parent e02aa00d07
commit 2c508cf51d

View File

@@ -43,7 +43,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.${{ github.sha }}
name: ${{ github.event.repository.name }}.${{ github.sha }}.fluxengine.pkg
path: fluxengine/FluxEngine.pkg
build-windows:
@@ -94,5 +94,5 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.${{ github.sha }}
name: ${{ github.event.repository.name }}.${{ github.sha }}.windows.zip
path: fluxengine/fluxengine-windows.zip