Skip to content

Commit 6e637e2

Browse files
committed
fix: release workflow
1 parent faa5081 commit 6e637e2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload artifacts
4242
uses: actions/[email protected]
4343
with:
44-
name: Build artifacts
44+
name: Build ${{ matrix.platform }} artifacts
4545
path: |
4646
jN_*.zip
4747
${{ matrix.configuration }}/*.dll
@@ -83,7 +83,7 @@ jobs:
8383
- name: Download artifacts
8484
uses: actions/download-artifact@v2
8585
with:
86-
name: Build artifacts
86+
name: Build x64 artifacts
8787

8888
- name: Upload x64
8989
uses: actions/[email protected]
@@ -95,6 +95,11 @@ jobs:
9595
asset_name: jN_${{ steps.nbgv.outputs.SemVer2 }}_x64.zip
9696
asset_content_type: application/zip
9797

98+
- name: Download artifacts
99+
uses: actions/download-artifact@v2
100+
with:
101+
name: Build x86 artifacts
102+
98103
- name: Upload x86
99104
uses: actions/[email protected]
100105
env:

0 commit comments

Comments
 (0)