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

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
github action first attempt
  • Loading branch information
T2hhbmEK authored Oct 3, 2023
1 parent d994f31 commit 02383c1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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}}

0 comments on commit 02383c1

Please sign in to comment.