diff --git a/.github/workflows/build-commit.yml b/.github/workflows/build-commit.yml index eafa512..5b9cf2e 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -36,5 +36,5 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v2 with: - name: sodium-artifacts-${{ steps.ref.outputs.branch }} + name: nitori-artifacts-${{ steps.ref.outputs.branch }} path: build/libs/*.jar \ No newline at end of file