From 9b86497bbdcae0511a0c41e9a2cb1749f83c8827 Mon Sep 17 00:00:00 2001 From: RedBigz Date: Sat, 15 Jun 2024 11:51:11 +1000 Subject: [PATCH] Fix artifact name --- .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 3975367..631e40d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,4 +24,4 @@ jobs: with: name: SpookTubeEX path: | - ${{ github.workspace }}/bin/Release/com.redbigz.SpookTubeEX.dll \ No newline at end of file + ${{ github.workspace }}/bin/Release/net472/com.redbigz.SpookTubeEX.dll \ No newline at end of file