Skip to content

Commit

Permalink
Specify platform in artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 6, 2023
1 parent 1214fe1 commit 03e002b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: moonlight-installer
name: moonlight-installer-${{ matrix.platform }}
path: ${{ steps.parse-artifact-paths.outputs.artifactPaths }}

0 comments on commit 03e002b

Please sign in to comment.