Skip to content

Commit c89aa52

Browse files
authored
Merge pull request #8 from paddy-exe/fix-ci
Create Archive to upload
2 parents 6fe76ec + 1225a6b commit c89aa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
type: 'zip'
3131
filename: '${{ github.event.repository.name }}.zip'
32-
path: '${{ github.workspace }}'
32+
path: '${{ github.workspace }}/addons/ShaderFunction-Extras/'
3333
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3434

3535
- name: Create and upload asset

0 commit comments

Comments
 (0)