Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
habedi committed Jan 16, 2025
1 parent bb9bebe commit 757f063
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
make build
continue-on-error: false

# Debug: List Build Directory
- name: List Build Directory
run: ls -R bin

# Archive the build artifacts
- name: Archive Build Artifacts
uses: actions/upload-artifact@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
continue-on-error: false

# Debug: List Build Directory
- name: List Build Directory
run: ls -R bin

# Archive the build artifacts
- name: Archive Build Artifacts
uses: actions/upload-artifact@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
make build
continue-on-error: false

# Debug: List Build Directory
- name: List Build Directory
run: ls -R bin

# Archive the build artifacts
- name: Archive Build Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 757f063

Please sign in to comment.