Skip to content

Commit f31f175

Browse files
authored
Merge pull request #14 from paddy-exe/fix-ci
Add file path log to CI
2 parents 5ceaeea + 3b83f4a commit f31f175

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,25 @@ jobs:
1717
run: |
1818
mv LICENSE.md README.md ${{ github.workspace }}/addons/ShaderFunction-Extras
1919
20+
- name: Directory info
21+
shell: bash
22+
run: |
23+
pwd
24+
ls -R
25+
2026
- name: Upload artifact
2127
uses: actions/upload-artifact@v3
2228
with:
2329
name: ${{ github.event.repository.name }}
2430
path: |
2531
${{ github.workspace }}/addons/ShaderFunction-Extras/*
2632
33+
- name: Directory info
34+
shell: bash
35+
run: |
36+
pwd
37+
ls -R
38+
2739
- uses: actions/download-artifact@v3
2840
with:
2941
name: ${{ github.event.repository.name }}

0 commit comments

Comments
 (0)