Skip to content

Commit

Permalink
debuuuuug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Klaas committed Mar 23, 2023
1 parent 9520405 commit ea47fbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automate_arm_linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
cd imls-wifi-sensor
make -f Makefile.gh-actions all
ls ..
ls $env:GITHUB_WORKSPACE
echo "This is the GITHUB_WORKSPACE variable: $GITHUB_WORKSPACE"
ls $GITHUB_WORKSPACE
- name: Upload the artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ea47fbf

Please sign in to comment.