Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 authored Feb 28, 2024
1 parent 468279d commit 3dcc9c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
ref: refs/heads/master
submodules : recursive
- uses: actboy168/setup-luamake@master
with:
arch: x86
- run: luamake
- run: ./bin/w3x2lni-lua.exe make/make.lua ci
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: w3x2lni
path: |
Expand Down

0 comments on commit 3dcc9c5

Please sign in to comment.