From 29d41f2f36cfd36f7101f5f72e879a795421fb16 Mon Sep 17 00:00:00 2001 From: Erdragh Date: Sun, 26 Nov 2023 21:03:17 +0100 Subject: [PATCH] Fix artifact uploading in build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7597edb..f247581 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,5 +48,5 @@ jobs: if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS uses: actions/upload-artifact@v3 with: - name: Fabric Artifacts + name: Forge Artifacts path: forge/build/libs \ No newline at end of file