File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 0
2222
23- - name : Get trigger type # Possible values: tag, dev-branch
23+ - name : Get trigger type # possible values: tag, dev-branch
2424 id : trigger-type
2525 shell : pwsh
2626 run : |
@@ -118,14 +118,9 @@ jobs:
118118 uses : actions/upload-artifact@v4
119119 with :
120120 name : ' SMAPI ${{env.VERSION}} installer'
121- path : ' bin/SMAPI-${{env.VERSION}}-installer.zip'
122- if-no-files-found : ' error'
123-
124- - name : Upload installer for developers
125- uses : actions/upload-artifact@v4
126- with :
127- name : ' SMAPI ${{env.VERSION}} installer for developers'
128- path : ' bin/SMAPI-${{env.VERSION}}-installer-for-developers.zip'
121+ path : |
122+ 'bin/SMAPI-${{env.VERSION}}-installer.zip'
123+ 'bin/SMAPI-${{env.VERSION}}-installer-for-developers.zip'
129124 if-no-files-found : ' error'
130125
131126 - name : Create GitHub release
You can’t perform that action at this time.
0 commit comments