Skip to content

Commit

Permalink
Update IPSWDownloads.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Dec 17, 2024
1 parent 49f9a17 commit d7e8d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/IPSWDownloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.config.type && format('{0}{1}', matrix.config.type, replace(matrix.config.osVersion, '.', '')) || 'spm' }}
flags: ${{ matrix.config.type && format('{0}{1}', matrix.config.type, matrix.config.osVersion) || 'spm' }}

0 comments on commit d7e8d92

Please sign in to comment.