Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bush2021 committed May 23, 2024
1 parent 477603b commit 908dd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4
with:
submodules: 'true'

Expand All @@ -36,7 +36,7 @@ jobs:
run: xmake

- name: Upload DLL
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.name }}
path: build/release

0 comments on commit 908dd80

Please sign in to comment.