Skip to content

Commit

Permalink
Merge pull request #324 from Guovin/master
Browse files Browse the repository at this point in the history
chore
  • Loading branch information
Guovin authored Sep 14, 2024
2 parents cd1072e + cb37ecc commit 613870a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -33,7 +33,7 @@ jobs:
run: dir dist

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: update-tool
path: dist
Expand Down

0 comments on commit 613870a

Please sign in to comment.