Skip to content

Commit

Permalink
ci: ✏️ Fix typo in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Nov 20, 2023
1 parent 2d2be67 commit 981c446
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 @@ -44,7 +44,7 @@ jobs:
releaseBody: "**Full Changelog**: https://github.com/Jisu-Woniu/digital-signature/commits/v__VERSION__"
releaseDraft: true
prerelease: false
- name: Upload a Build Artifact
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
with:
path: ${{ join(fromJson(steps.tauri.outputs.artifactPaths), fromJson('"\n"')) }}

0 comments on commit 981c446

Please sign in to comment.