Skip to content

Commit

Permalink
Debuging debug scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mas6y6 committed Dec 6, 2024
1 parent 10529a0 commit 08aea18
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/automatic_cipheros_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,18 @@ jobs:
$EXECUTABLE --debug --startdir=. || (echo "Error: Program failed during initialization!" && exit 1)
- name: Debug File Locations
run: ls ./distworkflow
- name: Debug distworkflow Directory
run: |
echo "Contents of ./distworkflow:"
ls -la ./distworkflow
shell: bash

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

- name: Debug Current Directory
run: |
echo "Contents of current directory (./):"
ls -la ./
shell: bash


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

0 comments on commit 08aea18

Please sign in to comment.