Skip to content

Commit

Permalink
Debuging because I cant find what the issue is
Browse files Browse the repository at this point in the history
  • Loading branch information
mas6y6 committed Dec 6, 2024
1 parent 90d0990 commit beb6d32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/automatic_cipheros_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
$EXECUTABLE --debug --startdir=. || (echo "Error: Program failed during initialization!" && exit 1)
- name: Debug File Locations
run: ls -la ./distworkflow

- name: Debug File Locations 2
run: ls -la ./

- name: Package with Inno Setup
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit beb6d32

Please sign in to comment.