Skip to content

Commit

Permalink
Merge pull request #2259 from tgodzik/fix2
Browse files Browse the repository at this point in the history
bugfix: Adjust the name of the release artifact
  • Loading branch information
tgodzik committed Jan 31, 2024
2 parents 638b804 + cdebd9a commit 48a03a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: bloop-${{ matrix.artifact }}
name: ${{ matrix.artifact }}
path: bloop-artifacts/${{ matrix.artifact }}

release:
Expand Down

0 comments on commit 48a03a2

Please sign in to comment.