Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
Add debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Apr 19, 2021
1 parent 72788fc commit 75c9a55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
run: |
cd ./src/flowcontrol
wails build
# DEBUG remove
- name: Build project
run: |
apt-get -y install tree
tree ./src/flowcontrol
tree ./src/flowcontrol/build
# Setup dotnet
- uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 75c9a55

Please sign in to comment.