Skip to content

Commit a29b7a9

Browse files
committed
fix release artifact upload
1 parent a94a431 commit a29b7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Release
3333
uses: softprops/[email protected]
3434
with:
35-
files: build/cib.hpp
35+
path: ${{github.workspace}}/build/include/cib/cib.hpp
3636
draft: true
3737
append_body: true
3838

0 commit comments

Comments
 (0)