Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sieukrem committed Oct 3, 2024
1 parent faa5081 commit 6e637e2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload artifacts
uses: actions/[email protected]
with:
name: Build artifacts
name: Build ${{ matrix.platform }} artifacts
path: |
jN_*.zip
${{ matrix.configuration }}/*.dll
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: Build artifacts
name: Build x64 artifacts

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

- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: Build x86 artifacts

- name: Upload x86
uses: actions/[email protected]
env:
Expand Down

0 comments on commit 6e637e2

Please sign in to comment.