Skip to content

Commit

Permalink
CI: even more debug
Browse files Browse the repository at this point in the history
.git appears to disappear when tarring the directory even thought this should not be possible
  • Loading branch information
theofficialgman committed Jan 27, 2024
1 parent 0cadff3 commit b334617
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ jobs:
- name: Tar GITHUB_WORKSPACE
run: |
cd ${{ runner.temp }}
# print all files and directories
echo "ls -a"
ls -a
echo "ls -a $GITHUB_WORKSPACE"
ls -a $GITHUB_WORKSPACE
tar -C $GITHUB_WORKSPACE -cvf GITHUB_WORKSPACE.tar .
- name: Upload GITHUB_WORKSPACE Artifact
Expand Down

0 comments on commit b334617

Please sign in to comment.