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

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
bump checkout action version
  • Loading branch information
T2hhbmEK authored Oct 5, 2023
1 parent a402167 commit 6f83479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Ahk2Exe
uses: CCCC-L/Action-Ahk2Exe@main
with:
in: GenshinClicker.ahk
- name: Archive production artifacts
- name: Artifacts
uses: actions/upload-artifact@v3
with:
name: x86-binary
name: GenshinClicker-x86.zip
path: GenshinClicker.exe
retention-days: 90 # max
- name: Release
Expand Down

0 comments on commit 6f83479

Please sign in to comment.