Skip to content

Commit

Permalink
Merge pull request #896 from maximegmd/maximegmd-patch-1
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
maximegmd authored Oct 26, 2023
2 parents e94a61a + f8ca4e1 commit 816628f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ jobs:
- name: Configure xmake and install dependencies
run: xmake.exe config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes

# Build the game
- name: Build
run: xmake.exe

# Install the result files
- name: Create package
- name: Build and create package
run: xmake.exe package

# Upload artifacts
Expand Down

0 comments on commit 816628f

Please sign in to comment.