Skip to content

Commit

Permalink
Update fabric-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zebz213 authored Jul 23, 2024
1 parent a49a8cb commit ae35bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fabric-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Use these Java versions
java: [17] # Latest version
# and run on both Linux and Windows
os: [ubuntu-20.04, windows-latest]
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/cache@v2
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: fabric/build/libs/
path: fabric/build/libs/

0 comments on commit ae35bbc

Please sign in to comment.