From 0bbca778d87fbbdb51ac2f85afd21950d6fb4ac3 Mon Sep 17 00:00:00 2001 From: Kleinrotti <39203164+Kleinrotti@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:29:58 +0200 Subject: [PATCH] workflow fix --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c923cc..2991587 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,12 +33,10 @@ jobs: - name: Build windows-x64 run: | - dotnet publish src/AuthenticodeExaminer/AuthenticodeExaminer.csproj -p:PublishProfile=win-x64 dotnet publish src/Signer/Signer.csproj -p:PublishProfile=win-x64 - name: Build windows-x86 run: | - dotnet publish src/AuthenticodeExaminer/AuthenticodeExaminer.csproj -p:PublishProfile=win-x86 dotnet publish src/Signer/Signer.csproj -p:PublishProfile=win-x86 - name: compress files