We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fe76ec + 1225a6b commit c89aa52Copy full SHA for c89aa52
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
type: 'zip'
31
filename: '${{ github.event.repository.name }}.zip'
32
- path: '${{ github.workspace }}'
+ path: '${{ github.workspace }}/addons/ShaderFunction-Extras/'
33
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34
35
- name: Create and upload asset
0 commit comments