Skip to content

Commit 2582e21

Browse files
authored
Merge pull request #5 from paddy-exe/0.1.1
Fix CI zip process
2 parents 8b4cabf + 06e823d commit 2582e21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
path: '${{ github.workspace }}/addons/'
2626
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
2727

28+
- name: Upload artifact
29+
uses: actions/upload-artifact@v3
30+
with:
31+
name: ${{ github.event.repository.name }}
32+
path: |
33+
${{ github.workspace }}/ShaderFunction-Extras.zip
34+
2835
- name: Create and upload asset
2936
uses: ncipollo/release-action@v1
3037
with:

0 commit comments

Comments
 (0)