Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
firstcryptoman committed Jul 15, 2024
1 parent 977f2ed commit ee76f29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ env.SOURCE_ARTIFACT }}
path: ${{ github.workspace }}/source

- name: List files in the source directory
run: ls -la ${{ github.workspace }}/source/

- name: Extract Archives
run: |
tar -xzf depends.tar.gz
Expand Down

0 comments on commit ee76f29

Please sign in to comment.