Skip to content

Commit 6fe76ec

Browse files
authored
Merge pull request #7 from paddy-exe/fix-ci
Fix CI release
2 parents c3c64dc + da982d4 commit 6fe76ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
path: |
2525
${{ github.workspace }}/addons/ShaderFunction-Extras/*
2626
27+
- name: Archive Release
28+
uses: thedoctor0/zip-release@0.7.1
29+
with:
30+
type: 'zip'
31+
filename: '${{ github.event.repository.name }}.zip'
32+
path: '${{ github.workspace }}'
33+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34+
2735
- name: Create and upload asset
2836
uses: ncipollo/release-action@v1
2937
with:

0 commit comments

Comments
 (0)