Skip to content

Commit

Permalink
Fixed artifact output naming on GitHub action workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 17, 2024
1 parent 7933e73 commit e43bb98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
- name: Upload dist folder
uses: actions/upload-artifact@v4
with:
name: zhivo-linux-dist
name: zhivo-darwin-dist
path: dist/
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:
- name: Upload dist folder
uses: actions/upload-artifact@v4
with:
name: zhivo-linux-dist
name: zhivo-windows-dist
path: dist/

0 comments on commit e43bb98

Please sign in to comment.