Skip to content

Commit

Permalink
Update .github/workflowws/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Oct 22, 2024
1 parent 7cdd8b8 commit d6b0f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build
run: |
.\BuildBin.vs2022.cmd
.\BuildArc.cmd
- name: Upload zip
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v4
with:
name: winwebdiff
path: Dist/winwebdiff-*.zip

0 comments on commit d6b0f37

Please sign in to comment.