Skip to content

Commit

Permalink
Name artifacts by platform
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 6, 2024
1 parent db180e1 commit 4d0ce72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
conda list
- run: sh ./desktop/build_desktop_app.sh
- run: zip -r "fune-desktop-${{ matrix.os }}.zip" ./desktop/build/dist
- uses: actions/upload-artifact@v4
with:
path: fune-desktop-${{ matrix.os }}.zip
name: fune-desktop-${{ matrix.os }}
path: ./desktop/build/dist/*

0 comments on commit 4d0ce72

Please sign in to comment.