Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
add full path to base file
Browse files Browse the repository at this point in the history
  • Loading branch information
SummonHIM committed Dec 7, 2022
1 parent fbcb937 commit 08b95cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Build x64 binary file
shell: pwsh
run: |
ahk2exe.exe /in AutoWeMeeting.ahk /out AutoWeMeeting64.exe /base AutoHotkey64.exe
ahk2exe.exe /in AutoWeMeeting.ahk /out AutoWeMeeting64.exe /base $env:LOCALAPPDATA\Programs\AutoHotkey\AutoHotkey64.exe
- name: Build x32 binary file
shell: pwsh
run: |
ahk2exe.exe /in AutoWeMeeting.ahk /out AutoWeMeeting32.exe /base AutoHotkey32.exe
ahk2exe.exe /in AutoWeMeeting.ahk /out AutoWeMeeting32.exe /base $env:LOCALAPPDATA\Programs\AutoHotkey\AutoHotkey32.exe
- name: Zip file
shell: pwsh
Expand All @@ -66,4 +66,3 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
files: AutoHotKey.zip

0 comments on commit 08b95cf

Please sign in to comment.