From c81260269428b68ae1aeec74aa199a062cda51e9 Mon Sep 17 00:00:00 2001 From: Chipseq <108542751+xChipseq@users.noreply.github.com> Date: Fri, 31 Jan 2025 00:40:31 +0100 Subject: [PATCH] what the hell github --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6d852b..223cb3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,13 +30,13 @@ jobs: # Build for release - name: Build for release x86.NET run: dotnet publish -r win-x86 -c Release /p:PublishSingleFile=true /p:SelfContained=true /p:EnableCompressionInSingleFile=true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Dropship.x86.exe path: bin/Release/net8.0/win-x86\publish\Dropship.exe - name: Build for release x64.NET run: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:SelfContained=true /p:EnableCompressionInSingleFile=true - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: Dropship.x64.exe path: bin/Release/net8.0/win-x64\publish\Dropship.exe