File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,14 @@ jobs:
2020 uses : actions/checkout@v2
2121
2222 - name : Compile with Ahk2Exe
23- uses : cennis91/action-ahk2exe@main
24- id : ahk2exe
23+ uses : nekocodeX/GitHub-Action-Ahk2Exe@main
2524 with :
26- in : q-dir_ahk.ahk
27- out : out/q-dir_ahk.exe
25+ in : q-dir_ahk.ahk
2826
2927 - uses : actions/upload-artifact@v2
3028 with :
3129 name : app
32- path : out/ q-dir_ahk.exe
30+ path : q-dir_ahk.exe
3331 - name : create release
3432 id : create_release
3533 uses : actions/create-release@v1
5048 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5149 with :
5250 upload_url : ${{ steps.create_release.outputs.upload_url }}
53- asset_path : out/ q-dir_ahk.exe
51+ asset_path : q-dir_ahk.exe
5452 asset_name : q-dir_ahk.exe
5553 asset_content_type : application/vnd.microsoft.portable-executable
You can’t perform that action at this time.
0 commit comments