Skip to content

Commit

Permalink
Fixed CI script executable permission
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jul 31, 2024
1 parent f3171fa commit cf5f812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
id: find-elf-files
working-directory: ${{github.workspace}}
run: |
chmod +x ./CIUtils/find-executable.sh
ELF_FILES=$(./CIUtils/find-executable.sh "workspace/")
echo "::set-output name=elf_files::$ELF_FILES"
Expand Down

0 comments on commit cf5f812

Please sign in to comment.