Skip to content

Commit 05b8f22

Browse files
committed
merge build artifact upload steps
1 parent d239772 commit 05b8f22

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/build-smapi.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

0 commit comments

Comments
 (0)