Skip to content

Commit

Permalink
ci: Fix broken release action
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 23, 2024
1 parent fdc94e7 commit 08a8be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: LibOSDP-${{ github.ref }}-${{ matrix.os }}-binaries
name: LibOSDP-${{ matrix.os }}-binaries
path: build/artifacts/

build:
Expand Down

0 comments on commit 08a8be8

Please sign in to comment.