Skip to content

Commit

Permalink
Give artifacts unique names.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Sep 28, 2024
1 parent e02aa00 commit 2c508cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 2c508cf

Please sign in to comment.