File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,18 @@ jobs:
17
17
run : |
18
18
mv LICENSE.md README.md ${{ github.workspace }}/addons/ShaderFunction-Extras
19
19
20
- - name : Archive Release
21
- uses : thedoctor0/zip-release@0.7.1
22
- with :
23
- type : ' zip'
24
- filename : ' ShaderFunction-Extras.zip'
25
- path : ' ${{ github.workspace }}/addons/'
26
- if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
27
-
28
20
- name : Upload artifact
29
21
uses : actions/upload-artifact@v3
30
22
with :
31
23
name : ${{ github.event.repository.name }}
32
24
path : |
33
- ${{ github.workspace }}/ShaderFunction-Extras.zip
25
+ ${{ github.workspace }}/addons/ ShaderFunction-Extras/*
34
26
35
27
- name : Create and upload asset
36
28
uses : ncipollo/release-action@v1
37
29
with :
38
30
allowUpdates : true
39
- artifacts : " ShaderFunction.zip"
31
+ artifacts : " ShaderFunction-Extras .zip"
40
32
omitNameDuringUpdate : true
41
33
omitBodyDuringUpdate : true
42
34
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments