Skip to content

Commit

Permalink
List dir step
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-the-arcane committed Aug 10, 2023
1 parent 5a08afe commit f0b4539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Build Release
run: |
go build ./cmd/main/main.go
- name: List dir
run: |
ls -la
- name: Test run
run: |
./main.exe

0 comments on commit f0b4539

Please sign in to comment.