Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleinrotti committed Oct 12, 2024
1 parent 2dc0dd3 commit 0bbca77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bbca77

Please sign in to comment.