Skip to content

Commit

Permalink
Actually add x86 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl authored Jun 26, 2021
1 parent 9a144b2 commit 2682c87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/wnw11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ jobs:
cd WhyNotWin11
C:\"Program Files (x86)"\AutoIt3\AutoIt3.exe "C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /NoStatus /prod /in ".\WhyNotWin11.au3"
Start-Sleep -s 10
Get-FileHash WhyNotWin11.exe | Format-List | Out-File -Path shasum.txt
Get-FileHash WhyNotWin11.exe | Format-List | Out-File -Path shasum64.txt
Get-FileHash WhyNotWin11_x86.exe | Format-List | Out-File -Path shasum86.txt
- name: Upload
uses: actions/upload-artifact@v2
with:
name: WNW11
path: |
WhyNotWin11\WhyNotWin11.exe
WhyNotWin11\shasum.txt
WhyNotWin11\WhyNotWin11_x86.exe
WhyNotWin11\shasum86.txt
WhyNotWin11\shasum64.txt
if-no-files-found: error

0 comments on commit 2682c87

Please sign in to comment.