Skip to content

Commit

Permalink
update autorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
c2biz committed May 17, 2024
1 parent fb568a8 commit 0ff078e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: MSBuild x64
run: |
msbuild.exe .\mimikatz.sln /p:Configuration=Release /p:Platform="x64"
continue-on-error: true
continue-on-error: true

- name: Check for mimikatz x64 artifact
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
- name: MSBuild Win32
run: |
msbuild.exe .\mimikatz.sln /p:Configuration=Release /p:Platform="Win32"
continue-on-error: true
continue-on-error: true

- name: Check for mimikatz x32 artifact
run: |
Expand Down

0 comments on commit 0ff078e

Please sign in to comment.