From 4ce47bf7ee5c1be972d060afe4236d71e809d184 Mon Sep 17 00:00:00 2001 From: Leondro Lio Date: Sun, 28 Mar 2021 04:19:56 +0100 Subject: [PATCH] Change name of artifact --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3779acf..189f940 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,5 +21,5 @@ jobs: run: msbuild DiscordForOffice.sln /p:Configuration="Release" /property:Platform="Any CPU" - uses: actions/upload-artifact@v2 with: - name: my-artifact + name: Installer path: Bundler/bin/Release/DiscordForOffice.exe