Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matte22 committed Feb 19, 2024
1 parent 0c59956 commit 0999ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binary-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- name: Upload Windows artifact
uses: actions/upload-artifact@v3
with:
name: binary-artifacts
name: windows-artifacts
path: ./dist/*.zip
if-no-files-found: error
- name: Upload Linux artifact
uses: actions/upload-artifact@v3
with:
name: binary-artifacts
name: linux-artifacts
path: ./dist/*.tar.gz
if-no-files-found: error

0 comments on commit 0999ac6

Please sign in to comment.