From 92aa66def3cb06f4c72146c0e63eff12f68196d5 Mon Sep 17 00:00:00 2001 From: budgidiere Date: Sat, 18 Jul 2020 12:01:59 -0500 Subject: [PATCH] Update build.yml --- .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 cebc3897..a9bd4522 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@2 with: - name: YAPFA-${{ matrix.java }}-${{ github.ref }} + name: YAPFA-${{ matrix.java }} ${{ github.ref }} path: target/YAPFA-1.16.1-paperclip.jar - name: Create Release id: create_release