Skip to content

Commit a94a431

Browse files
committed
fix release github action
1 parent a08b980 commit a94a431

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Build
2323
# Build your program with the given configuration
24-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target release
24+
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target release_header
2525

2626
- name: 'Upload Artifact'
2727
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)