Skip to content

Commit

Permalink
ci: fixes after action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Feb 22, 2024
1 parent 78d0e55 commit 66311e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: release
name: release-${{ matrix.os }}
path: |
dist/*.blockmap
dist/*.exe
Expand All @@ -126,8 +126,9 @@ jobs:
- name: Download release artifacts
uses: actions/download-artifact@v4
with:
name: release
pattern: release-*
path: release
merge-multiple: true

- name: Generate checksum
run: |
Expand Down

0 comments on commit 66311e2

Please sign in to comment.