Skip to content

Commit

Permalink
Fixed CI elf find result output
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Jul 31, 2024
1 parent cf5f812 commit 238add1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
run: |
chmod +x ./CIUtils/find-executable.sh
ELF_FILES=$(./CIUtils/find-executable.sh "workspace/")
echo "::set-output name=elf_files::$ELF_FILES"
echo "Found ELF files: $ELF_FILES"
echo "elf_files=$ELF_FILES" >> $GITHUB_OUTPUT
- name: Generate artifact attestation - MacOS and Linux
if: runner.os != 'Windows' && github.event_name != 'pull_request'
Expand Down

0 comments on commit 238add1

Please sign in to comment.