Skip to content

Commit 14ac10d

Browse files
committed
Testing Build 28
1 parent dac4e20 commit 14ac10d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
loader: [quilt, fabric-like, fabric, forge, common ]
1414
#runs-on: self-hosted
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@main
@@ -37,6 +37,4 @@ jobs:
3737
!${{ matrix.loader }}/build/libs/
3838
!${{ matrix.loader }}/**/*-dev.jar
3939
!${{ matrix.loader }}/**/*-shadow.jar
40-
!${{ matrix.loader }}/**/*-transformProduction*.jar
41-
creatorminecraft-1.1.0-alpha.jar
42-
rename: creatorminecraft-1.1.0-alpha-${{ matrix.loader }}.jar
40+
!${{ matrix.loader }}/**/*-transformProduction*.jar

0 commit comments

Comments
 (0)