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

Create main.yml

Create main.yml #1

Workflow file for this run

name: GitHub-Action-Ahk2Exe and softprops/action-gh-release
on: push
jobs:
Compile:
name: Compile
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Ahk2Exe
uses: nekocodeX/GitHub-Action-Ahk2Exe@main
with:
in: GenshinClicker.ahk
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: GenshinClicker.exe
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}