From 981c4469737a65b8783051e891e3ebee4733b3a0 Mon Sep 17 00:00:00 2001 From: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:25:12 +0800 Subject: [PATCH] ci: :pencil2: Fix typo in workflow. --- .github/workflows/tauri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 62b24cd..854bbba 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -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"')) }}