From 7744646d833f21a202098b275741f8064244a64f Mon Sep 17 00:00:00 2001 From: Llywelwyn <82828093+Llywelwyn@users.noreply.github.com> Date: Mon, 25 Jul 2022 22:35:26 +0100 Subject: [PATCH] at this point, i'm just farming contributions --- .github/workflows/dotnet-build-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-build-test.yml b/.github/workflows/dotnet-build-test.yml index adc1c0b..afdff38 100644 --- a/.github/workflows/dotnet-build-test.yml +++ b/.github/workflows/dotnet-build-test.yml @@ -61,4 +61,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./character-records-generator + asset_name: character-records-generator.zip asset_content_type: application/zip