Skip to content

Commit 92303c6

Browse files
committed
chore: Change artifact steps names
1 parent 4e93f3d commit 92303c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
- name: Build with Gradle
2828
run: ./gradlew export
2929

30-
- name: Upload a Java 17 artifact
30+
- name: Upload a Fabric artifact
3131
uses: actions/upload-artifact@v4
3232
with:
3333
name: PacketFixerFabric
3434
path: fabric/build/libs/**.jar
3535

36-
- name: Upload a Java 21 artifact
36+
- name: Upload a NeoForge artifact
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: PacketFixerNeoForge

0 commit comments

Comments
 (0)