Skip to content

Commit

Permalink
fix(pipeline): debug output for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Jan 18, 2023
1 parent 7640533 commit ad42905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ jobs:
# Translate ${{ matrix.target }} to rust target triple
export TARGET_TRIPPLE=$(bash translate-arch-to-rust-tripple.sh)
echo "TARGET_TRIPPLE=${TARGET_TRIPPLE}"
ls -la target
echo "TARGET_TRIPPLE=${TARGET_TRIPPLE}" >> $GITHUB_ENV
- name: Upload static application binaries
Expand Down

0 comments on commit ad42905

Please sign in to comment.