Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Typo in package name
  • Loading branch information
hugsy committed Sep 15, 2023
1 parent ed72d1a commit 88cd9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
uses: actions/upload-artifact@v3
if: matrix.configuration == 'RelWithDebInfo'
with:
name: CFB_${{ matrix.platform }}_${{ matrix.configuration }}_${{ github.ref_name }}_${{ github.sha }}
name: CFB_${{ matrix.platform }}_${{ github.sha }}
path: artifact/

0 comments on commit 88cd9d5

Please sign in to comment.