Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx authored May 1, 2024
1 parent f69a06a commit c6c35d4
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 @@ -33,13 +33,13 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
cd .\build
.\prepare-depot.bat
.\prepare-depot.ps1
- name: Build CEF
working-directory: ${{ github.workspace }}
run: |
cd .\build
.\build.bat
.\build.ps1
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c6c35d4

Please sign in to comment.