Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo authored Dec 29, 2023
1 parent d19530b commit 749ec12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- name: Windows
os: windows-latest

- name: macOS
os: macos-latest

- name: android
os: ubuntu-latest

Expand Down Expand Up @@ -43,4 +40,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Build Output
path: ${{ steps.build.outputs.build-output }}
path: ${{ steps.build.outputs.build-output }}

0 comments on commit 749ec12

Please sign in to comment.