Skip to content

Commit

Permalink
feat(pipe): debug pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Jan 5, 2023
1 parent 6ca300e commit c1ccf82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ jobs:
source prep-build-env.sh
# Cleanup target dir
sudo rm -rf target
# TODO: Remove this once we know what is produces here
sudo rm -rf target
# Compile the desired target
build-rust-static-bin ${{ matrix.target }}
ls -la
ls -la target
tree
file target/**/this-week-in-past
- name: Upload static application binaries
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c1ccf82

Please sign in to comment.