Skip to content

Commit

Permalink
Fix for rv
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Aug 12, 2024
1 parent ddf3df8 commit 1a6df97
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 94 deletions.
80 changes: 0 additions & 80 deletions .github/workflows/auto-update.yml

This file was deleted.

16 changes: 2 additions & 14 deletions .github/workflows/build-1211.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build Leaf 1.21.1
name: Build Leaf 1.21.1 - rv fix

on:
push:
branches: [ "ver/1.21.1" ]
pull_request:
branches: [ "ver/1.21.1" ]
branches: [ "fix/rv" ]

jobs:
build:
Expand Down Expand Up @@ -56,13 +54,3 @@ jobs:
- name: Rename Paperclip Jar
run: |
mv ./leaf-1.21.1-mojmap.jar ./leaf-1.21.1.jar
- name: Release Leaf
if: github.event_name != 'pull_request'
uses: marvinpinto/action-automatic-releases@master
with:
title: "Leaf 1.21.1"
automatic_release_tag: "ver-1.21.1"
repo_token: "${{ secrets.GITHUB_TOKEN }}"
files: "./leaf-1.21.1.jar"
prerelease: false
Loading

0 comments on commit 1a6df97

Please sign in to comment.