Skip to content

Commit

Permalink
CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
plvines committed Dec 18, 2024
1 parent 887a09f commit db24348
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ jobs:
name: "${{ github.event.repository.name }}.tar.gz"
path: "${{ github.event.repository.name }}.tar.gz"

- name: untar
- name: debug ls
run: ls -R .

- name: untar
run: tar xzf "${{ github.event.repository.name }}.tar.gz"

- name: debug ls
Expand Down

0 comments on commit db24348

Please sign in to comment.