We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ceaeea + 3b83f4a commit f31f175Copy full SHA for f31f175
1 file changed
.github/workflows/release.yml
@@ -17,13 +17,25 @@ jobs:
17
run: |
18
mv LICENSE.md README.md ${{ github.workspace }}/addons/ShaderFunction-Extras
19
20
+ - name: Directory info
21
+ shell: bash
22
+ run: |
23
+ pwd
24
+ ls -R
25
+
26
- name: Upload artifact
27
uses: actions/upload-artifact@v3
28
with:
29
name: ${{ github.event.repository.name }}
30
path: |
31
${{ github.workspace }}/addons/ShaderFunction-Extras/*
32
33
34
35
36
37
38
39
- uses: actions/download-artifact@v3
40
41
0 commit comments