Skip to content

Commit

Permalink
logging 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Oct 18, 2023
1 parent cb8ed63 commit 7709a01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ jobs:
dotnet-version: '8.0.x'
- name: restore workloads
run: |
echo "list content"
ls
echo "github workspace"
echo $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE
echo "list content"
ls
cd $GITHUB_WORKSPACE/Dots/Dots/src
dotnet workload restore
- name: run housekeeping scripts
Expand Down

0 comments on commit 7709a01

Please sign in to comment.