Skip to content

Commit d3955f6

Browse files
committed
update workflow
1 parent c9c4893 commit d3955f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: cmake -S . -B ${{env.BUILD_PATH}} --preset=${{matrix.arch}}-${{env.BUILD_TYPE}}-${{env.BUILD_PLATFORM}}
3636

3737
- name: Build Project
38-
run: cat ./${{env.BUILD_PATH}}/resource.c && cmake --build ${{env.BUILD_PATH}} --config ${{env.BUILD_TYPE}} --target wispy
38+
run: cmake --build ${{env.BUILD_PATH}} --config ${{env.BUILD_TYPE}} --target wispy && cat ./${{env.BUILD_PATH}}/resource.c
3939

4040
- name: Upload Artifact
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)