Skip to content

Commit

Permalink
avoid duplicate artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide authored Sep 18, 2024
1 parent b13caae commit 9a8772f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ matrix.distro }} --debug --ignore-local
- uses: actions/upload-artifact@v4
with:
name: caches
name: caches-${{ matrix.distro }}
path: '*-cache.yaml*'
- name: Nexus Repo Publish
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 9a8772f

Please sign in to comment.