Skip to content

Commit

Permalink
Merge pull request #319 from Banaanae/new-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Banaanae authored Dec 21, 2024
2 parents 591be18 + 55f17c4 commit 31a4644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

- name: Ahk2Exe # Build binary
id: ahk2exe
uses: CCCC-L/Action-Ahk2Exe@main
uses: Banaanae/Action-Ahk2Exe@main
with:
in: QuickConvertorV2.ahk # TODO: v2converter.ahk
in: QuickConvertorV2.ahk # TODO: v2converter.ahk

- name: Release # Upload binary to most recent release
uses: softprops/action-gh-release@v2
with:
files: QuickConvertorV2.exe
files: QuickConvertorV2.exe

0 comments on commit 31a4644

Please sign in to comment.