Skip to content

Commit eef8357

Browse files
committed
change Release gh action to use "files"
1 parent 09323ca commit eef8357

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Release
2727
uses: softprops/[email protected]
2828
with:
29-
path: ${{github.workspace}}/build/include/cib/cib.hpp
29+
files: ${{github.workspace}}/build/include/cib/cib.hpp
3030
draft: true
31-
append_body: true
3231

3332

0 commit comments

Comments
 (0)