Skip to content

Commit

Permalink
skip: fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Oct 10, 2024
1 parent b5b7e90 commit e6a308e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-images-and-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: ${{ needs.scan-images-upload-individual-reports.outputs.release-track }}-individual-reports
pattern: '*.json'
pattern: '${{ needs.scan-images-upload-individual-reports.outputs.release-track }}*.json'
retention-days: 90
delete-merged: true

0 comments on commit e6a308e

Please sign in to comment.