diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 390eb3f5..eae5a03e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,7 @@ jobs: - name: Release uses: softprops/action-gh-release@v0.1.14 with: - path: ${{github.workspace}}/build/include/cib/cib.hpp + files: ${{github.workspace}}/build/include/cib/cib.hpp draft: true - append_body: true