Skip to content

Commit 347afbd

Browse files
committed
fix second typo in release.yml
1 parent a29b7a9 commit 347afbd

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
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/upload-artifact@v3
2828
with:
2929
name: cib.hpp
30-
path: build/cib.hpp
30+
path: ${{github.workspace}}/build/include/cib/cib.hpp
3131

3232
- name: Release
3333
uses: softprops/[email protected]

0 commit comments

Comments
 (0)