Skip to content

Commit

Permalink
Fix build-linux output name
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondburned committed Apr 3, 2024
1 parent 2c6db05 commit c9527a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ steps.build-linux.outputs.name }}
name: ${{ steps.build.outputs.name }}
path: result


Expand Down

0 comments on commit c9527a0

Please sign in to comment.