Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cscjlan committed Aug 30, 2024
1 parent 78c8762 commit f74430e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake_single_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
--output-log ${{github.workspace}}/build/github_test_log.log
- name: Archive test logs
uses: actions/upload-artifact@v4
with:
name: test-logs
path: ${{github.workspace}}/build/github_test_log.log
uses: actions/upload-artifact@v4
with:
name: test-logs
path: ${{github.workspace}}/build/github_test_log.log

0 comments on commit f74430e

Please sign in to comment.